Friday, 30 January 2026

Network connections listing in Ubuntu

Open terminal 


>>Command 1 lspci : will list all PCI devices

Now try this command:

lspci | egrep -i --color 'network|ethernet' 


>>Also command 2 Ip Link

Ip link command shows network adapters


The command will list network cards available and installed and highlight Ethernet if found .

Network connections listing in Ubuntu

Open terminal  >>Command 1 lspci : will list all PCI devices Now try this command: lspci | egrep -i --color 'network|ethernet'...