您好,登錄后才能下訂單哦!
這篇文章主要為大家展示了“Linux中MAN命令怎么用”,內(nèi)容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“Linux中MAN命令怎么用”這篇文章吧。
Linux man中的man就是manual的縮寫,用來查看系統(tǒng)中自帶的各種參考手冊,但是手冊頁分為好幾個(gè)部分,如下所示:
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 conventions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
在shell中輸入 man+數(shù)字+命令/函數(shù) 即可以查到相關(guān)的命令和函數(shù)。若不加數(shù)字,那Linux man命令默認(rèn)從數(shù)字較小的手冊中尋找相關(guān)命令和函數(shù)。
例如,本來是想尋找c標(biāo)準(zhǔn)庫中的rand()函數(shù),直接使用man rand得到的是一個(gè)rand命令的手冊,直接用來產(chǎn)生一個(gè)隨機(jī)數(shù),這個(gè)內(nèi)容在手冊section 1中。如果使用man 3 rand就可以得到自己想要的庫函數(shù)中rand()的用法了。
以上是“Linux中MAN命令怎么用”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注億速云行業(yè)資訊頻道!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。