• Cody Bonney
  • December 22, 2014
linux

Displaying a list of active TCP connections using netstat

The netstat command using the following flags will display the number of active TCP connections on a server.

$ netstat -n -A inet -t

more Linux posts

linux Importing an OpenVPN configuration file into Network Manager
linux Change default timeouts for starting and stopping systemd units