man中数字的意义
时间:2006-04-10 来源:liubo1977
当你man查看一个命令的帮助,如read,会看到read(1),read(2),read(3),read后面的这些数字表示的意义为:1表示命令,2表示系统调用,3表示库函数
更详细的信息见:http://blog.chinaunix.net/u/23204/showart_233313.html
相关阅读 更多 +
时间:2006-04-10 来源:liubo1977