Command for changing directory?
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.