To see what directory you are in pwd (print working directory)
To change directories cdpathname
To go to your home directory cdcd$HOME
To list files ls
To list files in columns lc
To list files and show type lf
To list all files, even hidden ls -a
ones
To make a long listing of all l m∗ or ls -l m∗
files beginning with ``m''
---------------------------------------------------------------------
For more information about See
---------------------------------------------------------------------
pwd, cd, and the ls family of pwd(C)cd(C) and ls(C)
commands