Socket statistics: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
 
Line 17: Line 17:
  ss -pl
  ss -pl


==List all listening ports and their processes==
ss -tlnp




[[Category:Network]]
[[Category:Network]]

Latest revision as of 08:40, 2 June 2026

Known as ss

Documentation

HOWTO

List all listening tcp ports

ss -natl


List all connections to a port

ss -nat '( dport = :1234 )'


Show processes listening on ports

ss -pl

List all listening ports and their processes

ss -tlnp