cd ..
Go up one level of the directory tree (change directory to parent directory. One “.” is the current directory
cd
Go to the $HOME directory
cd /etc
Change to the /etc directory
alias goto=’cd /etc’
Create goto alias for command “cd /etc/”
What is a goto alias?