answersLogoWhite

0

Windows:

Start>Run>type "cmd"

in the command window that appears type "ipconfig /all"

The MAC address will be listed as "Physical Address" and usually starts with 00-

Unix or Linux versions:

Open a terminal session and enter the "ifconfig" or "ifconfig -a" command.

Information for each network interface is displayed. "HWaddr" is the MAC address.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What is the command used to find the MAC address of the NIC?

ipconfig


What is the command used on a linux machine to display the mac address?

''ipconfig/all''


How to spoof MAC address on mac pro?

To spoof the MAC address on a Mac use the ifconfig command in the Terminal.


What do you type to get a computer's MAC address?

for Windows Systems use IPCONFIG /ALL command to view Mac Address. for Linux Systems use IFCONFIG -A command to view Mac Address.


How do you show mac address and which command using to see mac address?

it depends on your operating system. On windows the command is: ipconfig /all


How do you find the Mac address of a computer?

hi u can find the mac address of computer by ipconfig/all command in command prompt. Thanks


How do you find Mac address in LINUX?

The command ifconfig will tell you the MAC address of whatever interfaces are active.


After running cmd where is the Mac address?

After running cmd, you can check the MAC (Physical Address) address by using the command ipconfig /all.


How do you check Mac address in xp?

Hold the windows key(next to alt) and click r(You can also search for Run) in the RUN window type cmd IN the cmd type ipconfig /all Look for MAC address


What command would you use to retrieve a computer's MAC address?

Ipconfig


How can You can find a NIC's MAC address through?

You can find a NIC's MAC address through several methods. On Windows, you can use the Command Prompt and type ipconfig /all, which will display the MAC address under the corresponding network adapter. On macOS, you can open the Terminal and type ifconfig, or check in the Network Preferences. For Linux, using the command ifconfig or ip link in the Terminal will also show the MAC address.


What does arp -d command do?

The arp -d command is used to delete a specified entry from the ARP (Address Resolution Protocol) table on a computer or network device. This command helps in clearing outdated or incorrect IP-to-MAC address mappings, which can assist in resolving connectivity issues or ensuring that the correct addresses are used in future communications. The command typically requires the specific IP address of the entry to be deleted.