Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 1994 23:20:06 +0200
From:      Mark Murray <mark@grondar.za>
To:        Terry Lee <terry@uivlsisd.csl.uiuc.edu>
Cc:        hackers@freebsd.org, mark@grunt.grondar.za
Subject:   Re: ifconfig -a? 
Message-ID:  <199412292120.XAA15161@grunt.grondar.za>

next in thread | raw e-mail | index | archive | help
> 	Doesn't the SunOS version only show the ethernet address if run by
> root?

For reference, here is a SUNOS 4.1.3 run of "ifconfig -a" as a pleb user
and as root:

Script started on Thu Dec 29 23:12:32 1994
$ ifconfig -a
le0: flags=63<UP,BROADCAST,NOTRAILERS,RUNNING>
	inet 196.7.0.138 netmask fffffff0 broadcast 196.7.0.143
lo0: flags=49<UP,LOOPBACK,RUNNING>
	inet 127.0.0.1 netmask ff000000 
$ su
Password:
# ifconfig -a
le0: flags=63<UP,BROADCAST,NOTRAILERS,RUNNING>
	inet 196.7.0.138 netmask fffffff0 broadcast 196.7.0.143
	ether 8:0:20:18:d6:76 
lo0: flags=49<UP,LOOPBACK,RUNNING>
	inet 127.0.0.1 netmask ff000000 
# exit
$ exit
script done on Thu Dec 29 23:13:32 1994

--
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412292120.XAA15161>