> I will only need the ethernet card number in the following format: > > 00:00:00 ..... (10 characters) > > Have somebody there anu idea on how I get this number by a simple promptline > command?
Try 'ifconfig' .. For example, a line of mine reads thusly: eth0 Link encap:Ethernet HWaddr 00:AA:00:3E:54:21 HWaddr is my ethernet address. Regards, Rob.