- 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]
相关文章
- 10-21玩转NumPy——mean()函数使用详解
- 10-21gdb调试常用命令
- 10-21OpenCV:直线拟合——cv::fitLine()详解
- 10-21OpenCV参考手册之Mat类详解
- 10-21DVI电路设计详解
- 10-21【转】大马、小马和一句话木马的关系详解
- 10-21文件上传知识详解
- 10-21详解文件上传漏洞
- 10-21gunicorn的参数详解
- 10-21解决命令行运行python文件,出现No module named *** 报错问题