Aug 29


Login/Logout


File System and Pathnames


Navigating through Directories

Below pathnames to <file> or <dir> can be absolute or relative.

cd <dir> Change directory: change directory to <dir> alters working directory; used to traverse Unix hierarchical tree file structure.
cd change to home directory (useful if you get lost)
cd .. changes to parent directory of working directory
cd ~<loginid> change to home directory of user with login<loginid>


File Management Commands



Return Home