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
use netstat –help for more information.
Web server optimization and performance. Nginx, PHP-FPM, Linux advice & tricks. Only simple and working solutions.
Posts tagged ‘opened connections’
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
use netstat –help for more information.