linux下man命令的使用

man1-9的意思:

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特定的), 用来存放内核例行程序的文档。

例如:
a)我们输入man ls,它会在最左上角显示LS(1)
b)我们输入man 3 sleep,它会在最左上角显示SLEEP(3)


作为开发者,通常只用到前三项

你可能感兴趣的:(linux,man命令)