Multiple choice technology operating systems

Command for copying files?

  1. ls

  2. cd

  3. mv

  4. cp

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

The cp command (copy) is used to copy files and directories in Unix/Linux systems. It creates a duplicate of the source file at the destination. The other options: ls lists directory contents, cd changes directories, and mv moves/renames files.