1、Standard commands (标准命令)
2、System calls (系统调用)
3、Library functions (库函数)
4、Special devices (设备说明)
5、File formats (文件格式)
6、Games and toys (游戏和娱乐)
7、Miscellaneous (杂项)
8、Administrative Commands (管理员命令)
9 其他(Linux特定的), 用来存放内核例行程序的文档。
原文链接:https://blog.csdn.net/u013528298/article/details/100109585
相关文章
- 01-19echo '1'.print(2)+3; 的输出结果为什么是511
- 01-19python:将一个数逆序列放入列表中,例如1234 => [4,3,2,1]
- 01-19接受一个整形值按照顺序打印它的每一位。 例如:输入:1234,输出1 2 3 4
- 01-19Python数据分析(4)-numpy数组的属性操作1. ndarray的属性2. ndarray元素的属性3. ndarray元素的类型
- 01-19a1,a2,a3,a4顺序进栈,出栈顺序有多少种
- 01-192021-08-05根据第1列name中不同数据筛选出对应第2、3列数据
- 01-19由(a === 1 && a === 2 && a === 3) === true 引发的一系列思考
- 01-19for循环例子1、2、3
- 01-192021-02-17:规定1和A对应、2和B对应、3和C对应...26和Z对应,那么一个数字字符串比如“111”就可以转化为:“AAA“、“KA“和“AK“。给定一个只有数字字符组成的字符串str,请
- 01-19字符函数和字符串函数(C语言)(1,2,3)