Ubuntu Linux Display List of Ethernet Adapter

To display a list of Ethernet adapters on an Ubuntu Linux system, you can use the ifconfig command. Here’s how to do it:

  1. Open a terminal window by pressing Ctrl + Alt + T or by searching for “Terminal” in the application launcher.
  2. Type the following command and press Enter:
ifconfig -a

This will display a list of all network interfaces on the system, including Ethernet adapters.

  1. Look for Ethernet adapters in the output. Ethernet adapters typically have names that start with “eth” or “en”, followed by a number. For example, “eth0” or “enp0s3”.

If you don’t see any Ethernet adapters listed, it’s possible that your system doesn’t have any Ethernet adapters installed or that they are not properly configured. You can check the system logs or consult the documentation for your hardware and network configuration for more information.

(lsu79.org)

Leave a Comment