As we all
know, “ifconfig”
command is used to configure a network interfaces in GNU/Linux systems.
CentOS 7
minimal systems, use the commands “ip
addr” and “ip
link” to find the details of a network interface card.
How
do I enable and use “ifconfig” Command in CentOS 7
#yum install net-tools
Now, you’ll
be able to use the command ifconfig
as usual.