linux中查找文件属于那个软件包的方法

时间:2021-04-03 14:08:58

一、linux中查找文件属于那个软件包的方法

[root@salt prod]# whereis htpasswd
htpasswd: /usr/bin/htpasswd /usr/share/man/man1/htpasswd.1.gz

[root@salt prod]# rpm -qf /usr/bin/htpasswd
httpd-tools-2.4.6-80.el7.centos.x86_64