Re: What is the command to view all 65536 ports?

2002-04-29 Thread Will Francis
What is the command to view all 65536 ports by name? The best you will do on your local computer is cat /etc/services which will show you a subset of the official ones as defined by IANA. http://www.iana.org/assignments/port-numbers If, you mean by view see what's running on your computer

Re: What is the command to view all 65536 ports?

2002-04-29 Thread Cameron Simpson
On 14:41 29 Apr 2002, Will Francis [EMAIL PROTECTED] wrote: | What is the command to view all 65536 ports by name? [...] | If, you mean by view see what's running on your computer, | you're probably looking for a command like | lsof -i Or netstat -a. -- Cameron Simpson, DoD#743[EMAIL

What is the command to view all 65536 ports?

2002-04-28 Thread Kjetil Tjensvold
What is the command to view all 65536 ports by name? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm __ Sjekk snørapporter... fra 500 ski-destinasjoner i Europa

Re: What is the command to view all 65536 ports?

2002-04-28 Thread Bret Hughes
On Sun, 2002-04-28 at 18:39, Kjetil Tjensvold wrote: What is the command to view all 65536 ports by name? not all of them have a name or rather a service desinated to run on them. cat /etc/services will let you see the one your box knows about. google on ip port number or something