文件名称:linux下man系统函数说明
文件大小:1.71MB
文件格式:XZ
更新时间:2022-07-20 15:04:27
man 文档
Linux提供了丰富的帮助手册,当你需要查看某个命令的参数时不必到处上网查找,只要man一下即可。 Linux 的man手册共有以下几个章节: 章节 名称 描述 1 Standard commands(标准命令) Executable programs or shell commands, 普通的命令 2 System calls(系统调用) System calls (functions provided by the kernel)系统调用,如open,write之类的(通过这个,至少可以很方便的查到调用这个函数,需要加什么头文件) 3 Libraryfunctions(库函数) Library calls (functions within program libraries), 库函数,如printf,fread 4 Specialdevices(设备说明) Special files (usually found in /dev), 特殊文件,也就是/dev下的各种设备文件 5 File formats(文件格式) File formats and conventions