在一些在线手册中,我看到命令后面的括号中有数字,例如(sshd(8)、ssh_config(5) 等)。这是什么意思?为什么显示/显示数字很重要?
答案1
请参阅该命令的手册页man
。例如。man man
下表显示了手册的章节编号以及其包含的页面类型。
1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in /dev)
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and convenâ
tions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
顺便说一下,它也是 openssh 网站上的一个下拉框: