network

Check Network Cards for Linux

April 7, 2022
network

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 #

  1. lspci, List all PCI devices
  2. lshw, Linux identify Ethernet interfaces and NIC hardware.
  3. dmidecode, List all hardware data from BIOS.
  4. ifconfig, Outdated network config utility
  5. ip, Recommended new network config utility.
  6. hwinfo, Probe Linux for network cards.
  7. ethtool, A unified NIC/card driver and settings read/set utility on Linux.
...