On Mon, May 03, 2004 at 07:14:31PM +0200, LeVA wrote:
> Hi!
> 
> Is there a way to figure out what program is using a port. For example I 
> want to know which process is using port 80. How can I do this?
> 

(0) [EMAIL PROTECTED] /home/diego# fuser -n tcp -v 80
here: 80

                     USER        PID ACCESS COMMAND
80/tcp               root       2136 f....  apache2
                     root       2164 f....  apache2
                     root       2165 f....  apache2
                     root       2166 f....  apache2
                     root       2167 f....  apache2
                     root       2168 f....  apache2
                     root       2510 f....  apache2
                     root       2865 f....  apache2
                     root       2869 f....  apache2
                     root       3939 f....  apache2

> ps.: and another tiny question: Is it possible to see if a symlink is 
> pointing at a given file?
> 

ls -l /some/path/your_symlink


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to