如果某个命令不存在,可以去其他机器上查看哪个服务包提供了这个命令。
以fuser这个命令为例
1. 先用which fuser查看是命令的执行路径
结果为 /sbin/fuser
再用rpm -q--whatprovides /sbin/fuser查看到对应的服务包
结果为 psmisc-22.6-15.el6_0.1.i686
即包psmisc-22.6-15.el6_0.1.i686提供了fuser这个功能
如果某个命令不存在,可以去其他机器上查看哪个服务包提供了这个命令。
以fuser这个命令为例
1. 先用which fuser查看是命令的执行路径
结果为 /sbin/fuser
再用rpm -q--whatprovides /sbin/fuser查看到对应的服务包
结果为 psmisc-22.6-15.el6_0.1.i686
即包psmisc-22.6-15.el6_0.1.i686提供了fuser这个功能
本文标题:查看提供命令的服务包
本文链接:https://www.haomeiwen.com/subject/xjaglxtx.html
网友评论