Finding a physical address in Linux
From ctowiki
- Open a terminal
- When prompted type
ifconfig -a | grep HW
("HW" MUST BE CAPITALIZED)
- NOTE - the "|" key is located on the "\" key and used with shift (shift+\)
- NOTE - customer will need to be logged in as root for this to work
- The 12 digit hexadecimal number separated by dashes located to the right of "HWaddr" is the computer's MAC address.
Related Tutorials
(See all pages in the Linux category)





