[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: Fabrice Prémel <fabrice@xxxxxxxxxx>
- Date: Wed Oct 4 10:14:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>fgrep finger /etc/services
>
>
>we received this:
>
>finger 79/tcp
>cfinger 2003/tcp # GNU
>finger
>
This is it.
You need to comment this out to turn off finger.
Write a '#' before them :
#finger 79/tcp
#cfinger 2003/tcp # GNU
then restart inetd :
kill -SIGHUP `cat /var/run/inetd.pid`
Hope that helps,
Fabrice Prémel.