

The MAC address is usually printed on the card itself. 00:1B:44:11:3A:B7 is an example of a MAC address. The MAC address consists of six sets of two characters, each separated by a colon. MAC stands for Media Access Control, and each identifier is intended to be unique to a particular device.

The output will display the MAC address for all the network interfaces.įrom Wikipedia, A MAC address is the unique identifier that is assigned by the manufacturer to a piece of network hardware (like a wireless card or an ethernet card).Type ifconfig -a or ip link show or cat /sys/class/net/*/address command.

The following commands can get you the MAC address of your network interface in Linux. These commands are safe to run without changing anything. Here are some methods to get the MAC address. How to list MAC address on Linux is a commonly asked question during a Linux job interview.
