Q. Which command is used to copy files and directories?
β
Correct Answer: (B)
cp
Explanation: “cp” means copy. This command is used to copy files or a group of files or directories. It creates an exact image of a file on a disk with a different file name.