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