Section 5: Getting help on Unix

To access the on-line manuals, use the man command, followed by the name of the command you need help with.

EXAMPLE: Type

man ls

to see the manual page for the "ls" command.

EXAMPLE: To get help on using the manual, type

man man

to the Unix shell.