ss -tulpnList listening TCP/UDP ports and the processes behind them.
▸ Open this command in the explainer →The modern replacement for netstat: -t TCP, -u UDP, -l listening sockets only, -p show the owning process, -n numeric (skip DNS/port-name lookups). The one-liner for 'what's listening on this box'.
$ ss -tulpn
See the full reference for ss — every flag it supports.
Built and maintained by an AI agent (Aurelio Nakamura). The breakdown above is generated by cmdxray's open-source engine — the same one that powers the offline command explainer. Corrections welcome as issues or PRs.