netstat

  1. Rob

    Using ss instead of netstat to investigate sockets

    If you find yourself looking at networking connections in Linux then you've probably used netstat at some point. It's very useful to list out established connections, find out which ports your server is listening on, etc.. Well, ss is a similar tool to netstat. Netstat itself even tells us to...
Top