Get MAC

inxi -n # or
cat /sys/class/net/eth0/address # or
sudo ethtool -e eth0 | head # or
sudo dmesg | grep eth0