Multiple choice

View the man page for a command.

  1. man <command>

  2. man -k <command>

  3. man -r <command>

  4. man -s <command>

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

To view the manual page for a specific command, you simply type man followed by the command name. This opens the documentation for that tool.