Manuanl Pages

man section:

Section Contents
Section 1 user commands (intro only)
Section 2 system calls
Section 3 C library calls
Section 4 devices (e.g., hd, sd)
Section 5 file formats and protocols (e.g., wtmp, /etc/passwd, nfs)
Section 6 games (intro only)
Section 7 conventions, macro packages, etc. (e.g., nroff, ascii)
Section 8 system administration (intro only)

一些重要的 man page

  • man bootparam // kernel 启动选项
  • man 5 proc //proc filesystem

FAQ

  • Q1:怎样将 man page 输出为 text?
  • A1:$man foo | col -b >foo.txt
  • Q2:怎样寻找具有某个功能的命令,但不清楚命令的确切名称?
  • A2:使用方法: man -k <command>
  • Q3:如何查看不在 man 默认目录中的 man 文件?
  • A3:nroff -man <man-file> | less
page_revision: 2, last_edited: 1203337553|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License