Which of the following commands allow you to search the manual (man) page for ‘copy’? A) apropos copy
B) whereis copy
C) whatis copy
D) locate copy
Which of the following commands allow you to search the manual (man) page for ‘copy’?
Share
The correct answer is A) apropos copy.
Explanation: The `apropos` command searches the short descriptions of all the manual pages and lists those that match the specified keyword—in this case, “copy.” This is useful for quickly finding commands related to that keyword. The other options (whereis, whatis, and locate) serve different purposes.