Multiple choice technology programming languages

How do you get help about the command "cp"?

  1. help cp

  2. man cp

  3. cp ?

  4. ? cp

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Unix/Linux systems, the 'man' command is used to display manual pages for commands. To get help about the 'cp' (copy) command, you would use 'man cp', which opens the manual page containing detailed information about usage, options, and examples. Options like 'help cp', 'cp ?', and '? cp' are not standard Unix help commands.