Loading practice questions
Which command is used to copy a file named 'wb' from the 'programs' directory to the 'misc' directory while retaining its name?
Correct Answer: D — cp programs/wb misc
Explanation:
The cp command is used in UNIX/Linux to copy files, and specifying the destination directory (misc) copies the file with the same name.