Linux执行ifconfig命令报错“-bash: ifconfig: command not found“

Posted 二木成林

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux执行ifconfig命令报错“-bash: ifconfig: command not found“相关的知识,希望对你有一定的参考价值。

异常

原因

安装系统的时候没有安装ifconfig命令。

解决

使用ls /sbin | grep ifconfig查看/sbin目录下是否有ifconfig命令

然后执行yum install net-tools.x86_64命令安装

安装成功后,再执行ifconfig命令就会成功了

以上是关于Linux执行ifconfig命令报错“-bash: ifconfig: command not found“的主要内容,如果未能解决你的问题,请参考以下文章

为啥centos输入ifconfig说没有此命令

-bash: ifconfig: command not found

linux ifconfig找不到

Linux系统执行setup命令报错“-bash:setup:command not found“

-bash: ifconfig: command not found

Linux-网络配置