Multiple choice technology operating systems

Which command is used to provide access to files located in other directories or disks?

  1. Tree

  2. Path

  3. Dir

  4. cd

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The PATH command sets a search path for executable files in other directories, allowing them to be run from anywhere. TREE displays directory structures, DIR lists files in the current directory, and cd changes the current working directory.