The correct command, 'cd Documents\Reports', allows the user to change the directory to the specified 'Reports' folder under the 'Documents' directory.
Other options, such as 'cd ..', would navigate to the parent directory rather than directly accessing the desired folder. Similarly, 'dir Documents\Reports' attempts to list contents instead of changing the directory.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does the 'cd' command do?
Open an interactive chat with Bash
What is the difference between backslashes and forward slashes in command paths?
Open an interactive chat with Bash
What is the significance of the parent directory in file navigation?