linux - 为什么 *nix 命令被称为 Man(1)、Diff(1)、Cat(1) 等

标签 linux unix command-line manpage

<分区>

Possible Duplicate:
Why do programs in Unix-like environments have numbers after their name?

(1) 是什么意思?

最佳答案

这是它的 man 页面所在的手册部分。来自 man man:

   The table below shows the section numbers of the manual followed 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]

关于linux - 为什么 *nix 命令被称为 Man(1)、Diff(1)、Cat(1) 等,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/962485/

相关文章:

java - Linux下用Java写的如何创建带空格的文件夹?

python - 在 OS-X 中使用鼠标启动 Python 脚本的简便方法

windows - 查找在日期之间创建/访问/修改的文件,批处理脚本

command-line - Raspberry PI - 使用 GMAIL smtp 服务器从命令行发送邮件

c - 如何检查二进制文件中的共享库版本

java - Java获取Unix文件权限的方法

c++ - 标准库字符串的 placement new 内存泄漏

linux - 如何让 Netcat 返回未使用的端口

linux - Cisco Packet Tracer 在 Debian 32 位中安装后未运行

使用 sockaddr_storage 从 IP 版本独立创建和连接套接字