pwd (short for Print Working Directory) is the UNIX command that prints the name of current/working directory.
To check what your current working directory is, simply type
pwd
at the prompt, and then press enter.
Categories: Filehandling | Command