CentOS 7 minimal systems, use the commands “ip addr” and “ip link” to find the details of a network interface card. To know the statistics use “ip -s link”.
To view the details of the network interface cards, enter the following commands:
# ip addr
To view the statistics of your network interfaces, enter the command:
# ip link
OR
# ip -s link
How do I enable and use “ifconfig” Command in CentOS 7 minimal servers?
# yum provides ifconfig
# yum install net-tools