centos7中运行ifconfig提示-bash: ifconfig: command not found
查看/sbin/下是否有ifconfig,若没有通过如下命令安装
sudo yum install net-tools
在CentOS7中,ifconfig命令可能缺失。本文介绍如何检查/sbin/目录下是否存在ifconfig,并通过执行sudo yum install net-tools命令来安装,解决运行ifconfig时出现command not found错误。
centos7中运行ifconfig提示-bash: ifconfig: command not found
查看/sbin/下是否有ifconfig,若没有通过如下命令安装
sudo yum install net-tools
转载于:https://www.cnblogs.com/lojun/p/11236433.html
4282

被折叠的 条评论
为什么被折叠?