Change the current directory
Change to specified directory
cd /path/to/directory
Move up one directory level
cd ..
Change to home directory
cd ~
Change to previous directory
cd -