Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I think this is what your referring to...
Code:
uname -n
 
blaskillet4 said:
Hmm. I think its Ethernet ID that I'm looking for. :eek:

So your looking for your MAC address for your Ethernet port?

You can find that with the command 'ifconfig'

or more specifically if you need it for a script or something and need the ethernet address only you could run something like this...

Code:
ifconfig | grep "en0:" -A 3 | grep ether -m 1 | awk '{print $2}'
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.