Posts tagged ‘opened connections’

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.