How to check open connections in Linux

Using netstat utility in Linux it is possible to see not only opened connections, but also to see which ports are open at current connection.

To do so, type: netstat –nap

netstat port list

use netstat –help for more information.

Leave a Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.