Linux搜尋檔案

2021-08-16 20:53:28 字數 810 閱讀 7708

1

linux下最強大的搜尋命令為」find「。它的格式為」find 《指定目錄》 《指定條件》 《指定動作》「;比如使用find命令搜尋在根目錄下的所有inte***ces檔案所在位置,命令格式為」find / -name  'inte***ces'「

使用locate搜尋linux系統中的檔案,它比find命令快。因為它查詢的是資料庫(/var/lib/locatedb),資料庫包含本地所有的檔案資訊。使用locate命令在根目錄下搜尋inte***ces檔案的命令為」locate inte***ces「

使用」whereis「命令可以搜尋linux系統中的所有可執行檔案即二進位制檔案。使用whereis命令搜尋grep二進位制檔案的命令為」whereis grep「。

4

使用which命令檢視系統命令是否存在,並返回系統命令所在的位置。使用which命令檢視grep命令是否存在以及存在的目錄的命令為」which grep「。

5

使用type命令檢視系統中的某個命令是否為系統自帶的命令。使用type命令檢視cd命令是否為系統自帶的命令;檢視grep 是否為系統自帶的命令。

Linux檔案搜尋

1 whereis簡單快捷,從資料庫中搜尋,whereis 只能搜尋二進位制檔案 b man 幫助檔案 m 和源 檔案 s whereis b who 只查詢名為who的可執行檔案2 locate 快而全,本質通過通過 var lib mlocate mlocate.db 資料庫查詢,系統自動每天更...

linux搜尋檔案

linux下搜尋檔案常用方法 這個命令比較常用,例如查詢bin python vim find cat的絕對路徑 root ip 172 31 8 212 which find usr bin find root ip 172 31 8 212 which bash bin bash root ip...

Linux之搜尋檔案

命令 whereis which find locate root server whereis whereis whereis usr bin whereis usr share man man1 whereis.1.gz root server whereis find find usr bin...