Error: /usr/sbin/ifconfig: No such file or directory

Error: /usr/sbin/ifconfig: No such file or directory

HI,

I am trying to run the some setup and it throws the error: Error: /usr/sbin/ifconfig: No such file or directory

How to solve this?

Thanks

View Answers

July 28, 2020 at 12:00 PM

HI,

this error comes when net-tools is not installed your computer.

You can install this with following command:

yum -y install net-tools

Before running this you can update your system with following command

yum -y update

Thanks


July 28, 2020 at 12:08 PM

Hi,

If you are not able to find iptables then run following command:

yum install iptables

Above command will install iptables on your system.

Thanks









Related Tutorials/Questions & Answers:

Ads