linux-man命令中的编号含义
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux-man命令中的编号含义相关的知识,希望对你有一定的参考价值。
我们在linux中经常会使用man命令,但是往往我们使用 man xxxx的时候会出现几个数字选项让我们选择,这个时候就需要知道,该数字选项对应的含义。
参考链接:https://en.m.wikipedia.org/wiki/Man_page
The manual is generally split into eight numbered sections, organized as follows (on Research Unix, BSD, macOS and Linux):
Section | Description |
---|---|
1 | General commands |
2 | System calls |
3 | Library functions, covering in particular the C standard library |
4 | Special files (usually devices, those found in /dev) and drivers |
5 | File formats and conventions |
6 | Games and screensavers |
7 | Miscellanea |
8 | System administration commands and daemons |
以上是关于linux-man命令中的编号含义的主要内容,如果未能解决你的问题,请参考以下文章