Viewing connections on a Linux port

Sometimes you might want to see the active connections on a specific port, rather than just the status of the port. This can be done using netstat: Something like this will be output (for example for port 19356): Lines containing ESTABLISHED are active connections on the specified port. In our case, there are two of them.

READ MORE