Podcast
Questions and Answers
Which command displays the present working directory?
Which command displays the present working directory?
- cd -
- cd ~
- pwd (correct)
- echo $HOME
Which directory should be the default when you first log into a system or open a terminal?
Which directory should be the default when you first log into a system or open a terminal?
- $HOME/Desktop
- $HOME (correct)
- ~
- .
Which command changes the directory to the parent directory?
Which command changes the directory to the parent directory?
- cd -
- cd.
- cd .. (correct)
- cd ~
Flashcards are hidden until you start studying