Finding the MAC Address in Linux Terminal

by guruprasad 2014-07-11 12:27:01

To Find the MAC Addresss in Linux Terminal

/sbin/ifconfig | grep -i hwaddr

This Command will helps to find only the MAC address

To find all the network address like local ip,network adresses(brodcast,mac and so on)

ifconfig -a
 
1189
like
0
dislike
0
mail
flag

You must LOGIN to add comments