whereis which type find

Posted brucewhite

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了whereis which type find相关的知识,希望对你有一定的参考价值。

 

1. whereis  name

whereis命令只能用于搜索程序名,而且只搜索二进制文件(参数-b)、man说明文件(参数-m)和源代码文件(参数-s)。如果省略参数,则返回所有信息。


2. which name
只从PATH 里查找程序名字

3. find
从整个linux 系统里查找 或指定目录查找
可查找条件
-name 根据名字查找,
-iname 名字不区分大小写,
find --help 具体的

4. type 判断命令是 内置变量(shell 内置的) 还是程序变量(由某个程序包安装)






以上是关于whereis which type find的主要内容,如果未能解决你的问题,请参考以下文章

Linux进阶命令之which和whereis

linux命令搜索命令whereis 与which

which, whereis, locate, find的区别

which | whereis |locate |find

命令搜索命令whereis与which

四个查找命令find,locate,whereis,which的区别