man Command

Purpose

Displays manual entries online.

Syntax

man Command

Description

The man command provides reference information on commands specified by name.

Exit Status

This command returns the following exit values:

0 Successful completion.
>0 An error occurred.

Examples

  1. To display information about the grep command, enter:

    man grep

Related Information

The more command.


Send feedback |  Rate this page