知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Linux man 命令后面的圆括号的意义

发布时间:2014-09-05 16:49:41作者:知识屋

我们经常会看到 在说一个对象的man page 的时候,会有这样的格式:
mmap(2)
shm_open(3)
这个后面的数字是什么意思呢,通过 man man 命令就可以知道,这个是数字是,section
大多数类unix 操作系统,都采用相同的section 的约定:
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
通过后面的数字,你就能明白一个函数是系统调用,还是只是一个类库中的一个函数。这个数字还是相当有意义的

simonjay2007的专栏

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜