faqts : Computers : Operating Systems : UNIX

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 24 people (50%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How do I find the process owner of an open tcp port?

Feb 27th, 2003 20:55
Simon Ryan,


fuser -a -v -n tcp <portnumber>

eg: You notice port 2550 is open and are wondering what has opened it.

   fuser -a -v -n tcp 2550