Skip to main content

Command Palette

Search for a command to run...

Socket Statistics

Published
1 min read

A crucial command to check which ports are listening locally on a given machine:

# -l : Display onlyg listening sockets
# -t: Display TCP Sockets
# -n: Do not try to resolve service names

ss -tln

More from this blog

N

Nexxium

11 posts