手册页中 Unix 命令名称后括号中的数字代表什么意思?
- 2024-10-10 09:28:00
- admin 原创
- 78
问题描述:
例如:man(1)
,find(3)
,updatedb(2)
?
括号(英国“brackets”)里的数字代表什么意思?
解决方案 1:
它是为该命令分配手册页的部分。
这些分为
常规命令
系统调用
C 库函数
特殊文件(通常是设备,位于 /dev 中的设备)和驱动程序
文件格式和约定
游戏和屏保
杂项
系统管理命令和守护进程
每个部分的原始描述可以在《Unix程序员手册》(第ii页)中看到。
为了访问作为“foo(5)”给出的手册页,请运行:
man 5 foo
解决方案 2:
该命令的章节记录在手册中。章节列表记录在 man 手册中。例如:
man 1 man
man 3 find
当不同部分存在相似或完全相同的命令时这很有用
解决方案 3:
部分编号之所以很重要,是因为许多年前,当磁盘空间比现在更成问题时,各个部分可以单独安装。
例如,许多系统只安装了 1 和 8。如今,人们倾向于在 Google 上查找命令。
解决方案 4:
正如@Ian G 所说,它们是手册页部分。让我们更进一步:
man
1. 查看带有的命令的手册页man man
,其中显示了如下9个部分:
DESCRIPTION
man is the system's manual pager. Each page argument given
to man is normally the name of a program, utility or func‐
tion. The manual page associated with each of these argu‐
ments is then found and displayed. A section, if provided,
will direct man to look only in that section of the manual.
The default action is to search in all of the available sec‐
tions following a pre-defined order ("1 n l 8 3 2 3posix 3pm
3perl 5 4 9 6 7" by default, unless overridden by the SEC‐
TION directive in /etc/manpath.config), and to show only the
first page found, even if page exists in several sections.
The table below shows the section numbers of the manual fol‐
lowed by the types of pages they contain.
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]
A manual page consists of several sections.
2.man <section_num> <cmd>
假设您正在 Google 上搜索 Linux 命令。您OPEN(2)
在网上找到了 pg:open(2) — Linux 手册页。
要在您的电脑的手册页中看到这一点,只需输入man 2 open
。
供FOPEN(3)
使用man 3 fopen
等。
3.man <section_num> intro
要阅读某个部分的简介页,请输入man <section_num> intro
,例如man 1 intro
,,,man 2 intro
等等man 7 intro
。
要连续查看所有手册页简介,请按man -a intro
。第 1 节的简介页面将打开。按q
退出,然后按Enter
查看第 8 节的简介。按q
退出,然后按Enter
查看第 3 节的简介。继续此过程,直到完成。每次按 后q
,它都会带您回到主终端屏幕,但您仍处于交互式提示符中,并且您将看到以下行:
--Man-- next: intro(8) [ view (return) | skip (Ctrl-D) | quit (Ctrl-C) ]
man -a intro
请注意,您将经历的章节顺序如下:
第 1 部分
第 8 部分
第 3 部分
第 2 部分
第 5 部分
第 4 部分
第 6 部分
第 7 部分
这个搜索顺序是故意的,正如man man
页面解释的那样:
The default action is to search in all of the available sections follow‐
ing a pre-defined order ("1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7" by default, unless overrid‐
den by the SECTION directive in /etc/manpath.config)
他们为什么选择这个顺序?我不知道(如果你知道,请在评论中回答),但我意识到这个顺序是正确的,而且是故意的。
有关的:
谷歌搜索“linux 函数后括号中的数字代表什么意思?”
超级用户:Unix 命令或 C 函数后的括号和数字是什么意思?
Unix 和 Linux:手册页中的数字代表什么含义?
解决方案 5:
还要注意,在其他 unix 上,指定部分的方法有所不同。例如,在 solaris 上,方法是:
man -s 1 man
解决方案 6:
它表示该命令所在的手册页部分。man 命令上的 -s 开关可用于将搜索限制在某些部分。
当您查看手册页时,左上角会显示该部分的名称,例如:
用户命令 printf(1)
标准 C 库函数 printf(3C)
因此,如果您尝试查找 C 函数并且不想意外看到具有相同名称的用户命令页面,您可以执行“man -s 3C ...”
解决方案 7:
维基百科关于手册章节的详细信息:
常规命令
系统调用
库函数,特别涵盖 C 标准库
特殊文件(通常是设备,位于 /dev 中的设备)和驱动程序
文件格式和约定
游戏和屏保
杂项
系统管理命令和守护进程
- 2024年20款好用的项目管理软件推荐,项目管理提效的20个工具和技巧
- 2024年开源项目管理软件有哪些?推荐5款好用的项目管理工具
- 项目管理软件有哪些?推荐7款超好用的项目管理工具
- 项目管理软件哪个最好用?盘点推荐5款好用的项目管理工具
- 项目管理软件有哪些最好用?推荐6款好用的项目管理工具
- 项目管理软件有哪些,盘点推荐国内外超好用的7款项目管理工具
- 2024项目管理软件排行榜(10类常用的项目管理工具全推荐)
- 项目管理软件排行榜:2024年项目经理必备5款开源项目管理软件汇总
- 2024年常用的项目管理软件有哪些?推荐这10款国内外好用的项目管理工具
- 项目管理必备:盘点2024年13款好用的项目管理软件