How to I find which processes is using particular port Num

How to I find which processes is using particular port Num

Post by sastr » Fri, 11 Jul 2003 23:42:17



Hi All,
            I would like to find out which process is using particular port
number.

Is there anything like that or not?
Thanks in-advance.

With regards
Sastry

 
 
 

How to I find which processes is using particular port Num

Post by Barry Margoli » Fri, 11 Jul 2003 23:58:54



>Hi All,
>            I would like to find out which process is using particular port
>number.

Install "lsof" if it's not already on your system.

--

Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

 
 
 

How to I find which processes is using particular port Num

Post by M?ns Rullg? » Sat, 12 Jul 2003 00:13:46



>             I would like to find out which process is using particular port
> number.

man netstat

--
M?ns Rullg?rd

 
 
 

How to I find which processes is using particular port Num

Post by dbti » Sat, 12 Jul 2003 01:26:11



> Hi All,
>             I would like to find out which process is using particular port
> number.

> Is there anything like that or not?
> Thanks in-advance.

> With regards
> Sastry

You don't mention what OS you're using.
For linux, look for lsof.

HTH

 
 
 

How to I find which processes is using particular port Num

Post by Lorinczy Zsigmon » Sat, 12 Jul 2003 01:48:03



> Hi All,
>             I would like to find out which process is using particular port
> number.

> Is there anything like that or not?
> Thanks in-advance.

eg: fuser -n tcp 23