加入收藏 | 设为首页 | 会员中心 | 我要投稿 我爱制作网_沈阳站长网 (https://www.024zz.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

linux man 手册编号

发布时间:2022-10-05 12:58:36 所属栏目:Linux 来源:
导读:  如何知道自己系统的man手册有几个章节,每个章节包含了什么内容呢?

  使用man man命令即可

  编号英文解释中文解释

  1

  Executable programs or shell commands

  一般命令
  如何知道自己系统的man手册有几个章节,每个章节包含了什么内容呢?
 
  使用man man命令即可
 
  编号英文解释中文解释
 
  1
 
  Executable programs or shell commands
 
  一般命令
 
  2
 
  System calls (functions provided by the kernel)
 
  系统调用
 
  3
 
  Library calls (functions within program libraries)
 
  库函数,涵盖C标准函数库
 
  4
 
  Special files (usually found in /dev)
 
  特殊文件(通常是/dev中的设备)和驱动程序
 
  5
 
  File formats and conventions eg /etc/passwd
 
  文件格式和约定
 
  6
 
  Games
 
  游戏和屏保
 
  7
 
  Miscellaneous (including macro packages and conventions)
 
  杂项
 
  8
 
  System administration commands (usually only for root)
 
  系统管理命令和守护进程
 
  这个有什么用呢,例如查看系统调用pipe的使用方法,可以输入命令man 2 pipe。
 
  当然了,不输入编号,只输入man pipe也是可以的linux编码,但当查找内容在多个章节出现时,指定章节编号会使搜索更精准。
 

(编辑:我爱制作网_沈阳站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!