根据命令查询来自于哪个rpm包

[root@master ~]# which xfs_growfs
/usr/sbin/xfs_growfs
[root@master ~]# rpm -qf /usr/sbin/xfs_growfs
xfsprogs-4.5.0-18.el7.x86_6

 

 

或者

[root@master ~]# yum provides /usr/sbin/xfs_growfs
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
xfsprogs-4.5.0-20.el7.i686 : Utilities for managing the XFS filesystem
源 :base
匹配来源:
文件名 :/usr/sbin/xfs_growfs

 

xfsprogs-4.5.0-20.el7.x86_64 : Utilities for managing the XFS filesystem
源 :base
匹配来源:
文件名 :/usr/sbin/xfs_growfs

 

xfsprogs-4.5.0-18.el7.x86_64 : Utilities for managing the XFS filesystem
源 :@anaconda
匹配来源:
文件名 :/usr/sbin/xfs_growfs

posted @ 2019-11-18 10:58  tvblly  阅读(39)  评论(0)    收藏  举报