[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



>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.