Understanding Cisco Cybersecurity Fundamentals (SECFND, legacy) — Question 96
Given the scenario where the Downloads directory is in the home directory, which three of the following commands will navigate you to the Downloads directory?
(Choose three.)
Answer options
- A. cd /home//Downloads
- B. cd /etc/home/bob/Downloads
- C. cd Downloads
- D. cd ~/Downloads
Correct answer: A, C, D
Explanation
The commands 'cd /home//Downloads', 'cd Downloads', and 'cd ~/Downloads' correctly direct you to the Downloads directory. Option B is incorrect because it specifies an invalid path that does not lead to the Downloads directory.