PWD – Linux command to check current working directory

PWD – Linux command to check current working directory   When you first open the terminal, you are in the home directory of your user. To know which directory you are in, you can use the “pwd” command. It gives us the absolute path, which means the path that starts from the root. The root is the … Read more

PWD : Linux Command

pwd

pwd prints the full pathname of the current working directory. In Unix based system like linux and some other operating systems, the pwd command writes the full pathname of the current working directory to the standard output. pwd = print working directory.