centos总结一些常见的command not found的安装包

前端之家收集整理的这篇文章主要介绍了centos总结一些常见的command not found的安装包前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

当不知道某个命令是哪个包装时,可以在已经有这个命令的主机上用下面的命令确定是哪个安装包安装的

#yum whatprovides 命令路径或者命令的绝对路径

例:#yum whatprovides /usr/sbin/ss

wKiom1iagAijJlkSAABInbuTAsc718.png

ss:bash:command not found

yum install iproute -y

ifconfig:bash:command not found

yum install net-tools -y

vim:bash:command not found

yum install vim -y

sar:bash:command not found

yum install sysstat

-bash: brctl: command not found

yum instlall bridge-utils -y

原文链接:https://www.f2er.com/centos/378827.html

猜你在找的CentOS相关文章