pwd Flashcards
1
Q
pwd
A
Print the full filename of the current working directory.
2
Q
pwd -P
A
-P, –physical, Avoid all symlinks when printing the full filename of current directory.
If no option is specified with pwd, then -P is assumed.
3
Q
pwd -L
A
-L, –logical, Use PWD from environment, even if it contains symlinks.