List of open ports in your Linux machine

Hi,

To obtain a list of open ports in your Linux machine just need to type:

netstat -an --inet | grep LISTEN | grep -v 127.0.0.1

Regards,
Rubén