Directory Navigation Flashcards
1
Q
cd ..
A
Go up one level of the directory tree (change directory to parent directory. One “.” is the current directory
2
Q
cd
A
Go to the $HOME directory
3
Q
cd /etc
A
Change to the /etc directory
4
Q
alias goto=’cd /etc’
A
Create goto alias for command “cd /etc/”
What is a goto alias?