Table of Contents
Linux - pwd (print working directory)
About
Display the name of the current directory. The pwd command stands for “print working directory”
Articles Related
Logical [default] and Physical working directories
To print the Logical [default] and Physical working directories, use pwd -L and pwd -P
$ pwd -L /tmp/bar/baz $ pwd -P /tmp/foo