Which command is used to provide access to files located in other directories or disks? A. Tree B. Path C. Dir D. Cd

Tree
Path
Dir
Cd

The correct answer is: D. Cd

Cd is a command-line utility for changing the current working directory. It is used to navigate the file system and access files located in other directories or disks.

The other options are incorrect because:

  • Tree is a command-line utility for displaying a graphical representation of the current directory and its subdirectories.
  • Path is a variable that stores the current working directory.
  • Dir is a command-line utility for displaying the contents of the current directory.