Command for copying files?
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.