1 user commands
2 system calls
3 c library functions
4 devices and special files
5 file formats and conventions
6 games et. al.
7 miscellanea
8 system administration tools and deamons
1,使用者在shell環境中可以操作的命令或可執行檔案
2,系統核心可呼叫的函式與工具等,即由核心提供的函式。 如open,write之類的(通過這個,可以很方便的查到呼叫這個函式時需要加什麼標頭檔案)
3,一些常用的函式與函式庫,大部分為c的函式庫,如printf,fread
4,裝置檔案的說明,通常在/dev下的檔案
5,配置檔案或者是某些檔案的格式 比如passwd
6,給遊戲留的,由各個遊戲自己定義
7,慣例與協議等雜項,linux檔案系統、網路協議、ascii code等說明,例如man,environ
8,系統管理用的命令,這些命令只能由系統管理員使用,如ifconfig
9,跟核心有關的檔案
man 1 man:檢視命令man的詳解
linux 「man 數字」命令
man 數字 表示在man page的指定區段查詢記錄1 首先執行 man man 檢視man的區段代號 man man可以看到man的區段清單 s 區段清單 該清單是一組用冒號分隔的欲查詢的手冊清單。此選項將覆蓋 mansect 環境變數。有些指令或程式可能有乙個以上的主題,它們位於不同的區段中。...
Linux man 命令後面的數字含義及作用
linux的man很強大,該手冊分成很多section,使用man時可以指定不同的section來瀏覽,各個section意義如下 1 commands 2 system calls 3 library calls 4 special files 5 file formats and convert...
Linux man 後面的數字含義及作用
linux的man很強大,該手冊分成很多section,使用man時可以指定不同的section來瀏覽,各個section意義如下 1 executable programs or shell commands 2 system calls functions provided by the ker...