lab 3-1 Virtual Machine Labs Flashcards
1
Q
Which command will take you back to the home directory?
A
cd ~
2
Q
Which of the following are examples of an absolute path? [Choose all that apply.]
A
cd /var/cache
cd /etc
3
Q
Which of the following are examples of a relative path? [Choose all that apply.]
A
cd..
cd ../backups
cd Documents/
4
Q
If you need to visit the Documents directory in the home directory of the user Administrator, what would be the correct command?
A
cd /home/administrator/Documents
5
Q
What is the relative path to get into the Documents directory?
A
cd Documents/