> How can i check which ports on my computer are open
> i will be sitting on my server ?

I use "netstat -an --inet | grep LISTEN" to show me which ports are
accessible. Remove the grep to see active connections too. Also, check out
lsof which will allow you to tell which processes are connected/listening.

Tony


Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to