List all PCI (Peripheral Component Interconnect) devices

lspci
# List information about NIC
lspci | egrep -i --color 'network|ethernet'
click the source code to copy