409: Final

Command: man

man

Syntax: man
Arguments: <command>
Description: Finds help on a specific command. man without arguments displays a whole list of available commands to get help on, whereas adding an argument (without the brackets) fetches the help file on that particular command.
Example:

$> man cd
$>
cd(1)

NAME

  cd - Changes the current working directory

[PGDN] for more...