[CentOS] GRabbing MAC address
Stephen Harris
lists at spuddy.orgThu Feb 28 14:39:54 UTC 2008
- Previous message: [CentOS] GRabbing MAC address
- Next message: [CentOS] GRabbing MAC address
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Feb 28, 2008 at 08:56:49AM -0500, Max Hetrick wrote: > Toby Bluhm wrote: > > ifconfig | grep eth0 | tr -s ' ' ' ' | cut -d ' ' -f 5 > ifconfig | grep eth0 | cut -d ' ' -f 11 ifconfig | sed -n 's/^eth0.*HWaddr \([^ ]*\).*$/\1/p' -- rgds Stephen
- Previous message: [CentOS] GRabbing MAC address
- Next message: [CentOS] GRabbing MAC address
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list