csatblogspotdotcom

Wednesday, February 18, 2009

man后的数字

1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in /dev)
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and conven-
tions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]1:用户指令

2:系统调用
3:程序库
4:设备说明
5:文件格式
6:游戏
7:杂项
8系统指令
9:内核



/usr/man/man1 普通的命令─在shell中执行的命令
/usr/man/man2 系统调用─关于核心函数的文档
/usr/man/man3 库调用─libc函数的使用手册页,如printf,fread
/usr/man/man4 特殊文件─关于/dev目录中的文件的信息
/usr/man/man5 文件格式─/etc/passwd和其他文件的详细格式
/usr/man/man6 游戏:给游戏留的,由各个游戏自己定义
/usr/man/man7 宏命令包─对Linux文件系统、使用手册页等的说明。还有一些变量,比如向environ这种全局变量在这里就有说明
/usr/man/man8 系统管理─根操作员操作的使用手册页,这些命令只能由root使用,如ifconfig
/usr/man/man9 核心例程─关于Linux操作系统内核源例程或者内核模块技术指标的文档

Section 1
user commands (introduction)
Section 2
system calls (introduction)
Section 3
library functions (introduction)
Section 4
special files (introduction)
Section 5
file formats (introduction)
Section 6
games (introduction)
Section 7
conventions and miscellany (introduction)
Section 8
administration and privileged commands (introduction)
Section L
math library functions
Section N
tcl functions

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home