Basic Commands in Linux - To display current directory or folder
PWD
/home/jaravis/files
This command will show you the current directory in which you are working.
pwd -this command will display output as below, showing your current directory or folder.
/home/jaravis/files
Comments
Post a Comment