溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

Linux中如何使用whatis命令

發(fā)布時(shí)間:2022-02-18 10:28:25 來源:億速云 閱讀:150 作者:iii 欄目:開發(fā)技術(shù)

本篇內(nèi)容主要講解“Linux中如何使用whatis命令”,感興趣的朋友不妨來看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來帶大家學(xué)習(xí)“Linux中如何使用whatis命令”吧!

Linux常用命令whatis命令是用于查詢一個(gè)命令執(zhí)行什么功能,并將查詢結(jié)果打印到終端上。

Linux中如何使用whatis命令

whatis命令在用catman -w命令創(chuàng)建的數(shù)據(jù)庫中查找command參數(shù)指定的命令、系統(tǒng)調(diào)用、庫函數(shù)或特殊文件名。whatis命令顯示手冊(cè)部分的頁眉行。然后可以發(fā)出man命令以獲取附加的信息。whatis命令等同于使用man -f命令。

語法格式

whatis [參數(shù)]

常用參數(shù):

其他命令顯示該命令的執(zhí)行功能


參考實(shí)例


ls命令執(zhí)行情況:

[root@linux265 ~]# whatis ls ls                   (1)  - list directory contents ls                   
(1p)  - list directory contents

cp命令執(zhí)行情況:

[root@linux265 ~]# whatis cp cp                   (1)  - copy files and directories cp                   
(1p)  - copy files

chown命令執(zhí)行情況:

[root@linux265 ~]# whatis man man                  
(1)  - format and display the on-line manual pages man                  
(1p)  - display system documentation man                  
(7)  - macros to format man pages man                 
(rpm) - A set of documentation tools: man, apropos and whatis. man-pages           
(rpm) - Man (manual) pages from the Linux Documentation Project. man.config [man]     
(5)  - configuration data for man

到此,相信大家對(duì)“Linux中如何使用whatis命令”有了更深的了解,不妨來實(shí)際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI