Help
Man
man - prints help for command
man -k - get all pages which contain specified string
whatis - get the description of help page
whereis - get help page location
- To get help about linux file system use
- Update mandb database
Usefull man pages
man man
man apropos
man whatis
man 3 getaddinfo
man inet
man 7 ip
Info
info - more advance tool for storing and reading documentations
info --apropos some-command - search through info documentation
info info - documentation on how to use info
Reading command description
[ARG] - there is an optional argument
[ARG]… - there are zero or more optional arguments
[[month] year] - if there is one argument it will be treated at year (remove a []); if there are 2 arguments they will be treated at month year
Additional documentation sources
/usr/share/doc - contains files which were install within a package
rpm -qd package-name - query all documentation files which were installed within package