port analysing

Ankush Grover ankush174 at gmail.com
Thu Jul 6 08:45:23 UTC 2006


On 7/6/06, Kaushal Shriyan <kaushalshriyan at gmail.com> 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




More information about the fedora-list mailing list