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