Use the following ways to list opened connections and monitor overall network activity on your Linux OS. 1. Using lsof: # lsof -i 2. Using netstat: # netstat -tup 3. Using jnettop: # jnettop -i eth1 PS: eth1 – network interface you want to list connections
If you enjoy our post, feel free to subscribes to our rss feeds
