当前位置: 技术问答>linux和unix
UNIX环境高级编程中如uname(1),date(1)是什么意思?
来源: 互联网 发布时间:2016-12-21
本文导语: 如题,好多函数后面都加一个(1),这是什么意思呢? | 1 Commands 2 System calls 3 Library calls 4 Special files 5 File formats and conventions ...
如题,好多函数后面都加一个(1),这是什么意思呢?
|
1 Commands
2 System calls
3 Library calls
4 Special files
5 File formats and conventions
6 Games
7 Macro packages and conventions
8 System management commands
9 Kernel routines
2 System calls
3 Library calls
4 Special files
5 File formats and conventions
6 Games
7 Macro packages and conventions
8 System management commands
9 Kernel routines
|
Man pages are grouped into sections. To see the full list of Linux man pages for a section, pick one of:
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
其实就是分类。同一个名称,可能对应有命令,系统调用,你给他个编号,它自动去映射你想要的内容
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
其实就是分类。同一个名称,可能对应有命令,系统调用,你给他个编号,它自动去映射你想要的内容
|
支持一下
|
鸟哥linux私房菜P124:
代号 代表内容
1 用户在shell环境中可以操作的命令或可执行文件
2 系统内核可调用的函数与工具等
3 一些常用函数与函数库
4 设备文件说明
5 配置文件
6 游戏
7 惯例或协议等
8 系统管理员可用的管理命令
9 与内核有关的文件
代号 代表内容
1 用户在shell环境中可以操作的命令或可执行文件
2 系统内核可调用的函数与工具等
3 一些常用函数与函数库
4 设备文件说明
5 配置文件
6 游戏
7 惯例或协议等
8 系统管理员可用的管理命令
9 与内核有关的文件