Monday, January 13, 2014

How to Find the MAC Address of Computer in linux


 this is how de we find MAC address
  • Obtain a command shell. Depending on your system, this might be called Xterm, Shell, Terminal, Command Prompt, or something similar. It can usually be found under Applications > Accessories (or the equivalent).

  • Type /sbin/ipconfig and press Enter. If you are denied access, enter su –c “/sbin/ipconfig” and enter the root password if prompted.

  • Look for your HWaddr. This is your MAC address.


No comments:

Post a Comment