您的位置:首页 > 运维架构 > Linux

linux查看帮助文档的小常识

2014-04-16 15:20 302 查看
man 分为1 2 3 4 5 6 7 8等级别

1、Standard commands (标准命令)

2、System calls (系统调用)

3、Library functions (库函数)

4、Special devices (设备说明)

5、File formats (文件格式)

6、Games and toys (游戏和娱乐)

7、Miscellaneous (杂项)

8、Administrative Commands (管理员命令)

比如man socket, 可以发现SEE ALSO中包括ACCEPT(2)等等,可以通过man 2 accept 查看
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: