Hi,
To check if its running just do "netstat -l" & if you get anything listening on port 79 its probably the finger daemon. You could also do "ps ax | grep finger" & see if that returns anything (no idea if thats the name it runs under).
If it is running then just comment out its line in "/etc/inetd.conf" & then do a "kill -HUP PID" where PID is the process id for inetd (ps ax | grep inetd).
Thats how I would do it under debian so I think it should work.
Regards
ed


Reply With Quote
Bookmarks