[Next] [Previous] [Up] [Top] [Contents]
3.6 Directory Navigation and Control
3.6.1 pwd - print working directory
At any time you can determine where you are in the file system hierarchy with the pwd, print working directory, command, e.g.:
% pwd
/home/frank/src
Introduction to Unix - 14 AUG 1996
[Next] [Previous] [Up] [Top] [Contents]