unsubscribe

2004-05-03 Thread Laszlo Kollar
unsubscribe

Unidentified subject!

2004-05-03 Thread Notificacion
Dirección no válida.Por favor visite nuestra página web, www.itene.com, para mayor información.Gracias

what process is using a port

2004-05-03 Thread LeVA
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? ps.: and another tiny question: Is it possible to see if a symlink is pointing at a given file? Thanks! Daniel -- LeVA pgp0.pgp Description:

Re: what process is using a port

2004-05-03 Thread Zane Dodson
Hello, 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? Try % sudo lsof -i :80 | ps.: and another tiny question: Is it possible to see if a

Re: what process is using a port

2004-05-03 Thread Diego Alvarez
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

Re: what process is using a port

2004-05-03 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 03 May 2004 19:14, LeVA wrote: 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? # info lsof # lsof -i :port Cheers, FJP -BEGIN PGP

Re: what process is using a port

2004-05-03 Thread Bill Marcum
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? netstat -np Run it as root, or you will only see the PIDs for your own processes. --

Re: what process is using a port

2004-05-03 Thread Steve Suehring
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? lsof -i ps.: and another tiny question: Is it possible to see if a symlink is pointing at a

Re: what process is using a port

2004-05-03 Thread Richard Collins
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? netstat -anp | grep 80 or for listening ports netstat -anp | grep LIST -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: what process is using a port

2004-05-03 Thread LeVA
Wow, thanks for all the answers. I really appreciate it! Daniel -- LeVA pgp0.pgp Description: signature

unsubscribe

2004-05-03 Thread Laszlo Kollar
unsubscribe

Unidentified subject!

2004-05-03 Thread Notificacion
Dirección no válida.Por favor visite nuestra página web, www.itene.com, para mayor información.Gracias

what process is using a port

2004-05-03 Thread LeVA
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? ps.: and another tiny question: Is it possible to see if a symlink is pointing at a given file? Thanks! Daniel -- LeVA pgpys9DERUZ4Q.pgp

Re: what process is using a port

2004-05-03 Thread Zane Dodson
Hello, 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? Try % sudo lsof -i :80 | ps.: and another tiny question: Is it possible to see if a

Re: what process is using a port

2004-05-03 Thread Diego Alvarez
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

Re: what process is using a port

2004-05-03 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 03 May 2004 19:14, LeVA wrote: 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? # info lsof # lsof -i :port Cheers, FJP -BEGIN PGP

Re: what process is using a port

2004-05-03 Thread Todd Charron
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? lsof -i:80 Todd

Re: what process is using a port

2004-05-03 Thread Bill Marcum
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? netstat -np Run it as root, or you will only see the PIDs for your own processes. --

Re: what process is using a port

2004-05-03 Thread Steve Suehring
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? lsof -i ps.: and another tiny question: Is it possible to see if a symlink is pointing at a

Re: what process is using a port

2004-05-03 Thread Richard Collins
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? netstat -anp | grep 80 or for listening ports netstat -anp | grep LIST

Re: what process is using a port

2004-05-03 Thread LeVA
Wow, thanks for all the answers. I really appreciate it! Daniel -- LeVA pgpFpG8NgrnLc.pgp Description: signature