linux 自學筆記(三) 檔案搜尋命令 和幫助命令
阿新 • • 發佈:2019-01-07
5 檔案搜尋命令
5.1檔案搜尋命令:which / whereis
命令名稱: which 命令所在路徑:/usr/bin/which 執行許可權: 所有使用者 功能描述: 顯示系統命令所在目錄 (which可以提供命令的別名,但whereis可以提供該命令的檔案) 語法: which [命令名稱] 範例: $ which ls5.2檔案搜尋命令:find
命令名稱: find 命令所在路徑:/usr/bin/find 執行許可權: 所有使用者 功能描述: 查詢檔案或目錄 語法: find [搜尋路徑] [搜尋關鍵詞] 範例: $ find /etc -name init %在目錄/etc中查詢檔案init (可以使用萬用字元幫助匹配,* 匹配任何字元按時間查詢: