系统相关
首页 > 系统相关> > 在CentOS7.0中输入ifconfig命令会遇到-bash

在CentOS7.0中输入ifconfig命令会遇到-bash

作者:互联网

CentOS7.0中输入ifconfig命令会遇到-bash: ifconfig: command not found。

直接执行以下命令安装:

yum install -y net-tools

在CentOS最小安装时是没有附带ifconfig,我们进入sbin目录下可以查看到ifconfig命令是没有安装的

因此这个时候我们只要安装net-tool插件,此插件中带有ipconfig命令

标签:插件,ifconfig,命令,CentOS7.0,net,安装,bash
来源: https://www.cnblogs.com/shallowflyx/p/16089693.html