Home
About
moon indicating dark mode
sun indicating light mode

Know the man(nual) pages

June 18, 2023


There are many ways to get help as a Linux administrator, manual pages are one of them as they are always close - accessible via the terminal.

The manual pages, called “man pages” is a local documentation and description of software packages, drivers, routines, and libraries on a Linux machine.

To use it run man [command|library|routine|driver] and replace the command with the name of a command to find a manual.

An example man whereis shows the manual pages for the whereis command

Man Pages exist in sections and are supported by both FreeBSD and Linux.

Below is a list of supported sections:


SectionDescription
1User-level commands and applications
2System calls and kernel error codes
3Library calls
4Device drivers and network protocols
5Standard file formats
6Games and demonstrations
7Miscellaneous files and configurations
8Obscure kernel specifications and interfaces

To get help for a keyword at a section run

man [section] keyword

To know about the init kernel call, man 8 init

Ciao

Edit on githubTweet

With 💗 by Aleem Isiaka.
Software Engineer >>> Computer && Machines | Learner && Writer