Skip to main content

Linux command: ss - socket statistics

ss is another utility to investigate sockets. It can display more TCP and state information than other tools.

Examples

List all sockets

$ ss -a

Show statistics

$ ss -s

List all listening sockets

$ ss -l

List TCP connections

$ ss -t

List UDP connections

$ ss -u

Show process using socket

$ ss -p

Popular posts from this blog

git for Windows: notes from the field

Git for Windows

Linux command: Check Current Shell

What is your current shell ?

VMware Workstation: vmrun.exe

Using vmrun.exe to manage VMs on VMware Workstation