Check Network Cards for Linux
April 7, 2022
The network interface controller (NIC). Also known as a network interface card, network adapter, LAN adapter or physical network interface, and so on. the following commands can be used for list NIC for linux.
Overview #
lspci
, List all PCI deviceslshw
, Linux identify Ethernet interfaces and NIC hardware.dmidecode
, List all hardware data from BIOS.ifconfig
, Outdated network config utilityip
, Recommended new network config utility.hwinfo
, Probe Linux for network cards.ethtool
, A unified NIC/card driver and settings read/set utility on Linux.