[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: How to turn off Finger and Who Services on Qube2
- Subject: Re: [cobalt-users] Re: How to turn off Finger and Who Services on Qube2
- From: "Graeme Fowler" <graeme.f@xxxxxxxxxxxxxxx>
- Date: Wed Oct 4 09:40:02 2000
- Organization: WebFusion Internet Solutions
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Mitch wrote:
> These are already commented out, but when we do:
> [mitch@www mitch]$ finger
> We receive:
> Login Name Tty Idle Login Time Office
<blah>
Aha! You be talking about the finger *command* and not the finger
*service*.
Try this:
chmod 0700 /usr/bin/finger
That will only allow root to use it.
Be prepared that it might break any scripts/bits of the admin panel
which might just use it...
Graeme