Man
Also known as man pages.
Man is a command line utility that is found on almost every UNIX operating system.
Installation
Most systems have man installed but if it isn’t it can be installed using the package manager with the man-db
package:
pacman -S man-db
Note
Some distributions may not use the package name
man-db
and may just beman
,man-pages
ormandoc
. If you are unsure, consult your distribution’s documentation.
Other installations
The package man-pages
can be used for both linux and POSIX pages. Localised versions are also available such as:
man-pages-de
for Germanman-pages-fr
for Frenchman-pages-zh_cn
for Chineseman-pages-ru
for Russian
For more info on extra packages see This page
Reading a man page
Simply run this and replace PAGE_NAME
with the page you want:
man PAGE_NAME
Searching
When you don’t know the full name of a page you can search for it:
man -k REGEX