$ man 7 ping
No manual entry for ping in section 7
See 'man 7 undocumented' for help when manual pages are not available.
$ man 8 ping
$ man 1 top
-
- section 1 – executable program / user commands
- section 2 – system call
- section 3 – library call
- section 4 – special files
- section 5 – configuration files
- section 6 – games
- section 7 – misc
- section 8 – system commands (used by root)
- section 9 – kernel routines
- apropos – поиск строки в заголовках man для разных утилит/сервисов
% apropos apache
ab(1) - Apache HTTP server benchmarking tool
apachectl(8) - Apache HTTP Server Control Interface
httpd(8) - Apache Hypertext Transfer Protocol Server
logresolve(1) - Resolve IP-addresses to hostnames in Apache log files
rotatelogs(8) - Piped logging program to rotate Apache logs
% apropos apropos
man(1), apropos(1), whatis(1) - display online manual documentation pages
~ echo $SHELL
/bin/bash
bash-3.2$ echo $SHELL # MACOS
/bin/zsh
- https://www.gnu.org/software/bash/manual/
Читать дальше