This site requires JavaScript to be enabled

How to find the MAC Address on a Linux computer

20 views

3.0 - Updated on 2021-05-11 by Fang Wang

2.0 - Updated on 2021-02-23 by Carlos Salazar (Inactive)

1.0 - Authored on 2011-10-13 by Donald Foss (Inactive)

How to find the MAC Address on a Linux computer

 

Intended for:

Users who need to find the MAC address on a Linux computer

 


Scenario/Use case:

This article describes how to find the MAC address on a Linux computer.

 


Instructions:

  1. At the terminal, type `ifconfig –a`. Information about each of your network devices will be displayed.
  2. Locate the string(s) of text next to ether. These are the MAC addresses for your network interfaces. MAC Addresses will be displayed in the form of 00:00:00:00:00:00.

 


See Also: