On Sun, Mar 7, 2010 at 5:19 PM, Anderson Duarte <andersonriz...@gmail.com> wrote: > $ ifconfig eth0 | grep HW | cut -c48- > 00:1e:68:d9:b6:34 [...] > Tem algo melhor que isso ?
cat /sys/class/net/eth0/address -- Herbert
On Sun, Mar 7, 2010 at 5:19 PM, Anderson Duarte <andersonriz...@gmail.com> wrote: > $ ifconfig eth0 | grep HW | cut -c48- > 00:1e:68:d9:b6:34 [...] > Tem algo melhor que isso ?
cat /sys/class/net/eth0/address -- Herbert