[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



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