linux常见问题之【ifconfig: command not found】
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
问题展示
ifconfig: command not found
原因分析
- net-tools 模块没有安装
- ifconfig 程序异常
解决方案
第一步:查询一下ifconfig模块是不是已经存在
cd /sbin/
然后
find . -name ifconfig
如下截图:(我的是已经安装完的,所以能找到)
第二步:如果没有就安装 net-tools ,如果有就卸载重装
yum install net-tools
如下图
安装过程中需要输入几次 确定( y)
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)