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> |