DISQUS

Tech-Recipes: Get MAC address without root | Solaris networking | Tech-Recipes

  • outsider · 4 years ago
    in windows xp any user can get MAC address with
    getmac
    isn't windows xp simple
  • Anonymous · 1 year ago
    I use the following...
    $ arp -a |grep `hostname`
  • Lindley · 5 months ago
    Geez, why wouldn't you just:

    #arp `hostname`