Monday, February 1, 2016

How to find Mac Address in Ubuntu Linux using bash command



open a terminal

type
$/sbin/ifconfig | grep 'HWaddr' | tr -s ' ' | cut -d' ' -f4,5

No comments: