Viewing the Unix Tree
pwd
This command name stands for "print working directory".
It displays on the terminal the absolute path name of the current (working) directory.
It is useful to locate where you are currently in the Unix tree.
ls
This command stands for "list".
It displays the content of a directory.
By default, the content is listed in lexicographic order.
Last updated