linux updatedb命令詳解
updatedb命令是linux系統(tǒng)下的一個(gè)命令。那么它的具體用法是怎樣的呢?下面由學(xué)習(xí)啦小編為大家整理了linux updatedb命令的相關(guān)知識(shí),希望對(duì)大家有幫助!
1.linux updatedb命令說(shuō)明
updatedb命令用來(lái)創(chuàng)建或更新slocate命令所必需的數(shù)據(jù)庫(kù)文件。updatedb命令的執(zhí)行過(guò)程較長(zhǎng),因?yàn)樵趫?zhí)行時(shí)它會(huì)遍歷整個(gè)系統(tǒng)的目錄樹,并將所有的文件信息寫入slocate數(shù)據(jù)庫(kù)文件中。
補(bǔ)充說(shuō)明:slocate本身具有一個(gè)數(shù)據(jù)庫(kù),里面存放了系統(tǒng)中文件與目錄的相關(guān)信息。
2.linux updatedb命令語(yǔ)法
updatedb(選項(xiàng))
3.linux updatedb命令選項(xiàng)
-o<文件>:忽略默認(rèn)的數(shù)據(jù)庫(kù)文件,使用指定的slocate數(shù)據(jù)庫(kù)文件;
-U<目錄>:更新指定目錄的slocate數(shù)據(jù)庫(kù);
-v:顯示執(zhí)行的詳細(xì)過(guò)程。
4.linux updatedb命令實(shí)例
實(shí)用updatedb命令的-U選項(xiàng)可以指定要更新slocate數(shù)據(jù)庫(kù)的目錄。
updatedb -U /usr/local/ 更新指定命令的slocate數(shù)據(jù)庫(kù)