Viewing the Unix Tree
# print working directory
pwd# list the content of the current directory
ls
ls .
# list content of the parent directory
ls ..
# list the contens of your home directory from anywhere
ls ~Last updated
Was this helpful?
# print working directory
pwd# list the content of the current directory
ls
ls .
# list content of the parent directory
ls ..
# list the contens of your home directory from anywhere
ls ~Last updated
Was this helpful?
Was this helpful?