how to check which list of port is open on my pc

Laurentiu Coica laurentiu.coica at gmail.com
Thu Jul 6 07:13:38 UTC 2006


On 7/6/06, yogesh at banasdairy.coop <yogesh at banasdairy.coop> wrote:
> hoew to check the list of port open in my pc
>
> on linux pc

Try to use:
$ netstat -vatn
 for tcp protocol
or
$ netstat -vaun
  for udp
For other information,
  man netstat
Regards,

-- 
Laurentiu Coica




More information about the fedora-list mailing list