服务器在线 - IDC服务商 - 服务器软件 - 网站地图 服务器在线,专注于服务器技术!

当前位置:主页 > 服务器系统 > Linux > 正文

Centos7不能使用ifconfig命令

时间:2019-08-19    来源:未知    投稿:admin    点击:

文章来源:超级云

[root@localhost ~]# ifconfig
-bash: ifconfig: 未找到命令

是因为Centos最小化安装并没有安装net-tools,使用yum安装即可:

yum install net-tools.x86_64 -y

如果您的问题仍未解决,还可以加入服务器在线技术交流QQ群:8017413寻求帮助。