Multiple choice

Copy the source file to the destination.

  1. cp <source> <destination>

  2. mv <source> <destination>

  3. copy <source> <destination>

  4. ls <source> <destination>

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

The cp command (copy) is used to duplicate a file or directory from a source to a destination.