Equivalent of ipconfig on Unix machine

Solved
yves_web Posted messages 364 Status Member -  
yves_web Posted messages 364 Status Member -
Hello,
I need to retrieve the MAC address of a PC running Ubuntu.
Can someone tell me what I need to type to get the same information as with ipconfig /all in Windows?
Thanks.
--
Y
Being a real geek is believing that a kilometer is 1024 meters.

1 answer

  1. zipe31 Posted messages 34620 Registration date   Status Contributor Last intervention   6 501
     
    Hello,

    /sbin/ifconfig -a

    --
    Zen my nuggets ;-)
    Make a gesture for the environment, close your windows and adopt a penguin.
    8
    1. yves_web Posted messages 364 Status Member 11
       
      Thank you!
      0