Wow, thanks for all the answers. I really appreciate it!
Daniel
--
LeVA
pgpFpG8NgrnLc.pgp
Description: signature
>> 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
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
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.
--
Gir
> 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
-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 :
Cheers,
FJP
-BEGIN PGP SIGNATURE-
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
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
Wow, thanks for all the answers. I really appreciate it!
Daniel
--
LeVA
pgp0.pgp
Description: signature
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
Descriptio
>> 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".
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
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.
--
Gir
> 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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-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 :
Cheers,
FJP
-BEGIN PGP SIGNATURE-
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
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
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: si
Dirección no válida.Por favor visite nuestra página web, www.itene.com,
para mayor información.Gracias
unsubscribe
Dirección no válida.Por favor visite nuestra página web, www.itene.com,
para mayor información.Gracias
21 matches
Mail list logo