Multiple choice technology operating systems

which command is used to move files from one location to other

  1. ph

  2. jp

  3. mp

  4. mv

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

The 'mv' (move) command in Unix relocates files or directories from one location to another. It can also rename files within the same directory. 'ph', 'jp', and 'mp' are not standard Unix file movement commands.

AI explanation

To answer this question, you need to understand the command used to move files from one location to another.

The correct answer is:

D. mv

The mv command is used to move files from one location to another in a Unix-like operating system. It is short for "move" and allows you to relocate files and directories to a different location on the same file system or to a different file system altogether.