Monday, November 16, 2015

Simple shell script to find out MAC address in Linux

Find the following commands for the stuff
#cat /sys/class/net/*/address
For particular interface like for eth0
#cat /sys/class/net/eth0/address

0 Comments: