On 7/6/06, Kaushal Shriyan <kaushalshriyan@xxxxxxxxx> wrote:
Hi I have a situation here, when i run netstat -an I get tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN How do i know which application runs on port 783 Thanks and Regards
hey, try this "netstat -atpn | grep 22" replace 22 with 783 tcp 0 0 192.168.1.4:22 0.0.0.0:* LISTEN 2361/sshd Regards Ankush Grover