[plug] Working out what process is listening on a port...

Matt Kemner zombie at wasp.net.au
Fri Jun 16 16:30:35 WST 2000


On Fri, 16 Jun 2000, Peter Wright wrote:

> Can someone let me know how you're supposed to work out what processes
> are listening on a port?

> tcp        0      0 *:890                   *:*                     LISTEN      

fuser -n tcp 980

Replace tcp with udp as appropriate

man fuser for more info :)

 - Matt




More information about the plug mailing list