How to check listening ports on CentOS

Sometimes you need to know what your server is serving. That is, what applications or programs are running on the server that are accessed over the network and what port are they listening on. I’m used to netstat on Windows, lets give that a try [root@homeserver hassconfig]# netstat -a -bash: netstat: command not found OK, … Continue reading How to check listening ports on CentOS