Operating System - HP-UX
1833780 Members
2119 Online
110063 Solutions
New Discussion

Re: cannot turn of finger

 
SOLVED
Go to solution
Tuan Nguyen
Regular Advisor

cannot turn of finger

Hello,

I am trying to turn off finger for my HP 9000 server running 11i. I comment out #finger in /etc/inetd.conf and /etc/services files and re-read "inetd -c". However, when I issue finger command at the prompt, finger still works... Can someone help me, please.

Thanks

Tuan N Nguyen
3 REPLIES 3
Tim Nelson
Honored Contributor
Solution

Re: cannot turn of finger

finger will always work on the local machine as you are not using the network service.

finger user@host will fail if you have fingerd disabled as you correctly disabled it in inetd.conf.


If you wish to disable local fingers then I would chmod /usr/bin/finger to something more restrictive ( 700 ?) but this could make little difference as users can always grep user /etc/passwd



Tuan Nguyen
Regular Advisor

Re: cannot turn of finger

Tim,

Thank you very much for your quick response. That is so true.

Tuan N Nguyen
Tuan Nguyen
Regular Advisor

Re: cannot turn of finger

Thanks again, Tim