Beginner Linux & Shell Scripting
Q17 / 100

What does the "cp" command do?

Correct! Well done.

Incorrect.

The correct answer is A) Copies files or directories from one location to another

A

Correct Answer

Copies files or directories from one location to another

Explanation

"cp source destination" copies a file (or, with -r, a directory) to a new location, leaving the original intact.

Progress
17/100