June 2000
Beginner
704 pages
14h 55m
English
Use the pwd (print working directory) command to print the current, or present, working directory (that is, the directory where you are at that moment):
$ pwd /home/michael
A binary version of the pwd command can be found under the /bin directory, but nearly all shells have a built-in pwd command.
The built-in pwd command is documented in each shell's manual pages; or, from a bash command line, type help pwd.
Read now
Unlock full access