link
Change the current working directory
cd
Move to absolute path
cd /var/www
Move up one directory
cd ..
Go to home directory
cd ~