[275] in linux-net channel archive
Re: multiple IP# for one IF ?
daemon@ATHENA.MIT.EDU (Robert Sanders)
Sat May 6 15:23:31 1995
Date: Sat, 6 May 1995 14:22:49 -0400
From: Robert Sanders <rsanders@interbev.mindspring.com>
To: linux-net@vger.rutgers.edu
In-Reply-To: <m0s7lIv-000H5nC@ns.crynwr.com>
In article <m0s7lIv-000H5nC@ns.crynwr.com> you write:
>P.S. The documentation doesn't mention this, but netstat needs read access
>to /dev/kmem to print out the alias list for an interface. You can
>probably do something like this:
>
> chgrp kmem /dev/kmem netstat
> chmod 664 /dev/kmem
> chmod 2755 netstat
I was groggy when I wrote that. Of course, you want to
chmod 660 /dev/kmem
Yikes!
-- Robert