Multiple choice

Move the source file to the destination. May also be used to rename files or directories.

  1. mv <source> <destination>

  2. cp <source> <destination>

  3. ren <source> <destination>

  4. move <source> <destination>

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

The mv command (move) is used to move files or directories from one location to another, and it is also used for renaming.