在一些在线手册中,我看到命令后面括号中的数字,例如(sshd(8)、ssh_config(5) 等)。这是什么意思,为什么指示/显示数字很重要?
请参阅该man命令的手册页。IE。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]
Run Code Online (Sandbox Code Playgroud)
顺便说一下,它也是 openssh 网站上的一个下拉框:
