List open ports on computer using netstat

Linux
Author

Vinh Nguyen

Published

January 1, 2012

When you want to know what ports/services are opened on your computer, type the following in the command line:

netstat -tunelp | less