QuestionQ3
Finding Your Way on a Linux SystemA user is in the directory /home/user/Downloads/ and runs the command ls ../Documents/.
Assuming that it exists, which directory’s contents are displayed?
- A /home/user/Documents/
- B /home/user/Documents/Downloads/
- C /home/user/Downloads/Documents/
- D /Documents/
- E /home/Documents
Community Discussion