How do I find my MAC address? I tried the search engine several times with no luck.
Announcement
Collapse
No announcement yet.
MAC address
Collapse
This topic is closed.
X
X
-
MAC address
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntuTags: None
- Top
- Bottom
-
System Settings and open Network.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Or KInfocenter --> Network Information --> Network Interfaces --> column HWAddr"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Using the GUI, K menu, System, Info Center, under Network Information, Network interfaces, the HWAddress column.
Using the command line, the oldish way: ifconfig
Code:$ ifconfig | grep ether ether 1c:1b:0d:09:9e:a1 txqueuelen 1000 (Ethernet)
A newer way, ip link
Code:$ ip link | grep ether link/ether 1c:1b:0d:09:9e:a1 brd ff:ff:ff:ff:ff:ff
Regards, John Little
- Top
- Bottom
Comment
Comment