The table below shows the section numbers of the manual followed by the types of pages they con
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 conventions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
翻译:
下表显示了手册的章节编号,以及它们所包含的页面类型
1可执行程序或Shell命令
2个系统调用(内核提供的功能)
3个库调用(程序库中的函数)
4个特殊文件(通常在/ dev中找到)
5文件格式和约定,例如/ etc / passwd
6游戏
7其他(包括宏程序包和约定),例如 男人(7),groff(7)
8个系统管理命令(通常仅用于root用户)
9个内核例程[非标准]
1 用户在 shell 环境中可以操作的指令或可执行文件
2 系统核心可呼叫的函数与工具等
3 一些常用的函数(function)与函式库(library),大部分为 C 的函式库(libc)
4 装置文件的说明,通常在/dev 下的文件
5 配置文件或者是某些文件的格式
6 游戏(games)
7 惯例与协议等,例如 Linux 文件系统、网络协议、ASCII code 等等的说明
8 系统管理员可用的管理指令
9 跟 kernel 有关的文件
上表中的 1, 5, 8 这三个号码特别重要,也请读者要将这三个数字所代表的意义背下来
喔!