This site requires JavaScript to be enabled
An updated version of this article is available

How to find the MAC Address on a Linux computer

12 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. As the root user, type "ifconfig -a".
  2. From the displayed information, find eth0 (this is the default first Ethernet adapter), locate the number next to HWaddr. This is your MAC address.The MAC Address will be displayed in the form of 00:00:00:00:00:00.

 


See Also: