十年網(wǎng)站開發(fā)經(jīng)驗 + 多家企業(yè)客戶 + 靠譜的建站團隊
量身定制 + 運營維護+專業(yè)推廣+無憂售后,網(wǎng)站問題一站解決
Linux中whatis與makewhatis的作用是什么,針對這個問題,這篇文章詳細介紹了相對應(yīng)的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都做網(wǎng)站、成都網(wǎng)站設(shè)計、平武網(wǎng)絡(luò)推廣、微信小程序、平武網(wǎng)絡(luò)營銷、平武企業(yè)策劃、平武品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎;創(chuàng)新互聯(lián)為所有大學(xué)生創(chuàng)業(yè)者提供平武建站搭建服務(wù),24小時服務(wù)熱線:13518219792,官方網(wǎng)址:www.cdcxhl.com
如果你是 RHEL 6 的最小化安裝,就沒有包含 man whatis 命令,你需要安裝 man 。whatis 可能大家會比較熟悉,但是 makewhatis 呢?其實 whatis 運行的結(jié)果是需要把命令的情況檢索到它的數(shù)據(jù)庫中的。對于還沒有這個數(shù)據(jù)庫的系統(tǒng),就需要用 makewhatis 命令來讓系統(tǒng)立即檢索。否則系統(tǒng)將在一定的時候自動檢索。通過下面的命令運行的實例,大家就應(yīng)該比較清楚地了解到這一點了。
[root@OwnLinux-server media]# whatis whatis whatis: nothing appropriate [root@OwnLinux-server media]# whatis makewhatis makewhatis: nothing appropriate [root@OwnLinux-server media]# whatis ls ls: nothing appropriate [root@OwnLinux-server media]# makewhatis [root@OwnLinux-server media]# whatis whatis whatis (1) – search the whatis database for complete words [root@OwnLinux-server media]# whatis makewhatis makewhatis (8) – Create the whatis database
關(guān)于Linux中whatis與makewhatis的作用是什么問題的解答就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識。