ss do?inspect sockets (a faster, modern replacement for netstat).
▸ Explain your own ss command →$ ss -tulpn
$ ss -s
| -t | TCP sockets |
| -u | UDP sockets |
| -l | only listening sockets |
| -p | show the process using each socket |
| -n | numeric output — don't resolve service names |
| -a | all sockets (listening and non-listening) |
| -s | print summary statistics |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.