Quantcast
Channel: Output only MAC address on Ubuntu - Ask Ubuntu
Viewing all articles
Browse latest Browse all 9

Answer by Pilot6 for Output only MAC address on Ubuntu

$
0
0

ifconfig -a | grep HWaddr | awk '{print $5}'

If your system output is non-English in this command, then it makes sense to run it this way.

LANG=C ifconfig -a | grep HWaddr | awk '{print $5}'

This is applicable to all solutions.


Viewing all articles
Browse latest Browse all 9

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>