LPI Linux Essentials > Commands > Flashcards
pwd
print working directory, the current directory that you are in
cd
change directory to path specified i.e. cd /etc/
cd ..
cd -
return last directory
cd ~
change to home directory of the current logged in user