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, e.g. /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 系统函数调用, 内核提供的调用API
3 库函数调用, 程序库提供的API
4 特殊文件,一般在 /dev 下寻找
5 文件格式和约定 /etc/passwd
6 娱乐
7 杂项 (包括宏包和约定)
8 系统管理员命令,查看需要管理员权限
9 内核例程[非标准]