On Linux you can use fuser to see which process is using a specified tcp/udp
port like this:

fuser -n tcp 80

and it would show you the pid(s) of the process(es) using the port. You
would have to run it as root.

Luis
----- Original Message -----
From: "Guy McArthur" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 6:34 PM
Subject: [expert] mapping ports to processes


> A mandrake 7.2 machine I maintain has the following open ports, how do I
> determine
> what is using them? The IANA port entries either don't exist for these, or
> don't correspond
> to anything I'm familiar with.
>
> 813/tcp    open        unknown
> 1025/tcp   open        listen
> 1444/tcp   open        marcam-lm
>
>


Reply via email to