Q. What is the command to copy files and directories recursively?
β
Correct Answer: (A)
cp -r
Explanation: 'cp -r' copies directories recursively along with their contents.