Site icon VipsPatel

Error: /usr/sbin/ifconfig: No such file or directory [SOLVED]

Pre-Flight Check

There are several commonly used, but deprecated, Linux networking commands, including: arp, ifconfig, iptunnel, iwconfig, nameif, netstat, and route. Here, we deal with what to do if you run across the error specific to ifconfig: /usr/sbin/ifconfig: No such file or directory.

Option #1: Use the Command ‘ip’

ip a

or

ip addr

Both display details on all network interfaces, just as ifconfig would.

Option #2: Install net-tools

As a matter of best practice we’ll update our packages:

yum -y update

Then let’s install ifconfig, which is apart of the package net-tools, and any other required packages:

yum -y install net-tools

Want to Try This Tutorial?

Launch a Free* Storm Server

*For new customers only

<!– –><!– –>

Thank you. Your request has been submitted and we’ll be sending you a $75 Storm coupon shortly!

Exit mobile version