Multiple choice technology programming languages

cp command ?

  1. copies a file

  2. delete a file

  3. rename a file

  4. move a file

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

The cp command in Unix/Linux is used to copy files or directories from one location to another. It preserves the original file and creates a duplicate with the same content (and optionally, permissions and timestamps) at the specified destination.