man is a common Linux command used for viewing system or package manuals.

Sections

SectionContents
1User Commands
2Programming interfaces for kernel system calls
3Programming interfaces to the C library
4Special files such as device nodes and drivers
5File formats
6Games and amusements such as screen-savers
7Miscellaneous
8System administration commands

Usage

Read

man MANPAGE : read manual (default section) man SECTION MANPAGE : read manual in the given section

man -k QUERY : search with query (supports regex) in all sections apropos QUERY : query manpage entries based on one-line descriptions; equivalent to man -k