Multiple choice technology operating systems

Command for changing directory?

  1. mv

  2. cp

  3. more

  4. cd

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

The cd command (change directory) is used to navigate between directories in Unix/Linux and Windows systems. It changes the current working directory to the specified path. The other options: mv moves/renames files, cp copies files, and more displays file contents page by page.