answersLogoWhite

0


Best Answer

''ipconfig/all''

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the command used on a linux machine to display the mac address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command provies secure command line access to remote Linux machine?

ssh command does this.ssh remote_user_name@remote_hostRemote host can be either the host name of the machine or the ip address of the machine that you want to connect to.


What is the Linux command to display your hostname?

hostname.


What linux command to display ip?

ifconfig


What does the Linux command netstat-r do?

It will display the content of all routing tables, or a routing table for a particular address family.


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


What does the sar command do in Linux?

SAR is a command in Linux that serves as a heads up display for the activity of your CPU. There are roughly 40 different syntax you can add to the command to display specific variables of interest.


Which command provides secure command lines access to a romate Linux machine?

SSH.


How do you find out your IP address?

if you are running a windows o.s you use the ipconfig command in the command prompt if its a linux machine you use ifconfig command in the terminal If you want to know the IP address that websites see when you visit them, see the related links section for a resource on that.


What command displays the time on most Linux and Unix computer?

The time command is used to time a command and not display the actual time. To display the time and date, the date command must be used.


What command would you use to test Dns name resolution at a Windows command prompt?

nslookup if it was a linux machine nslookup works too, but dig -x on a linux machine will get more info for you


Will you be able to send faxes from a Linux machine?

fax2send command will do the job !


How do you specify the display in Linux?

If you want to run something on an existing X display from a console the correct syntax is: DISPLAY=":0.0" (command) Of course, it might just be easier to go to your X display and run your command from there.