00. 目錄
文章目錄
-
- 01. 指令概述
- 02. 指令格式
- 03. 常用選項
- 04. 參考示例
- 05. 附錄
whereis指令用來定位指令的二進制程式、源代碼檔案和man手冊頁等相關檔案的路徑。
用法:
whereis [選項] 檔案
選項:
-b 隻搜尋二進制檔案
-B <目錄> 定義二進制檔案查找路徑
-m 隻搜尋 man 手冊
-M <目錄> 定義 man 手冊查找路徑
-s 隻搜尋源代碼
-S <目錄> 定義源代碼查找路徑
-f 終止 <目錄> 參數清單
-u 搜尋不常見記錄
-l 輸出有效查找路徑
[root@localhost ~]# whereis git
git: /usr/bin/git /usr/share/man/man1/git.1.gz
[root@localhost ~]# whereis -b git
git: /usr/bin/git
[root@localhost ~]# whereis -m git
git: /usr/share/man/man1/git.1.gz
[root@localhost ~]# whereis -s git
git:
[root@localhost ~]# whereis -u git
git: /usr/bin/git /usr/share/man/man1/git.1.gz
[root@localhost ~]# whereis -l git
bin: /usr/bin
bin: /usr/sbin
bin: /usr/lib