在CentOS7.0中输入ifconfig命令会遇到-bash: ifconfig: command not found。
程序员文章站
2022-05-10 14:47:18
...
在CentOS7.0中输入ifconfig命令会遇到-bash: ifconfig: command not found。
直接执行以下命令安装:
yum install -y net-tools
在CentOS最小安装时是没有附带ifconfig,我们进入sbin目录下可以查看到ifconfig命令是没有安装的
因此这个时候我们只要安装net-tool插件,此插件中带有ipconfig命令
yum install -y net-tools
安装完成后,可以直接使用ifconfig命令了
上一篇: php新版本废弃 preg_replace /e 修饰符
下一篇: Python计算机语言中的王者