熟练使用linux提供的man在线帮助系统是任何一个开发者必备的基本素质之一。系统命令,系统调用函数等等用法都可以很方便的参考man。
man手册分为以下几个章节:
(1)standard commands (标准命令)
(2)system calls (系统调用)
(3)library functions (库函数)
(4)special devices (设备说明)
(5)file formats (文件格式)
(6)games and toys (游戏和娱乐)
(7)miscellaneous (杂项)
(8)administrative Commands (管理员命令)
如需要查阅网络编程里面send系统调用的帮助信息,如果直接输入$man send则显示的是send命令的帮助信息,要想正确得到send系统调用的信息,需要$man 2 send 。
NOTE:man是通过手册的章节号来搜索帮助信息的。
I want to be a complete engineer - technical genius and sensitive humanist all in one!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment