linux 查找特定程序 whereis whereis 命令主要用于查找程序文件,并提供这个文件的二进制可执行文件、源代码文件和使用手册存放位置。 1、查找命令程序 例如,查找 touch 命令
linux 查找特定程序 whereis
whereis 命令主要用于查找程序文件,并提供这个文件的二进制可执行文件、源代码文件和使用手册存放位置。
1、查找命令程序
例如,查找 touch 命令
[root@node1 /]# whereis touch
touch: /usr/bin/touch /usr/share/man/man1/touch.1.gz
执行效果如下:
如果只需要查找 touch 命令的二进制文件,可以使用 -b 选项实现:
[root@node1 /]# wherfrtQQveis -b touch
touch: /usr/bin/touch
效果如下:
2、查找应用程序
例如,查找 Nginx 服务
[root@node1 /]# whereis nginx
nginfrtQQvx: /usr/sbin/nginx /usr/lib64/nginx /etc/nginx /usr/share/nginx /usr/share/man/man8/nginx.8.gz
查找 java
[root@node1 /]# whereis java
java: /usr/java/jdk1.8.0_191/bin/java /usr/local/jdk1.8.0_191/bin/java
如果查询的程序不存在,则返回一个空字符串。
例如,查找 hello 程序
[root@node1 /]# whereis hello
hello:
以上就是本次介绍的全部相关知识点,感谢大家的学习和对我们的支持。
--结束END--
本文标题: Linux查找特定程序whereis实例详解
本文链接: https://lsjlt.com/news/20775.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0