ss
Verified for current stable LTS
Ss Commands
Ss command syntax with verified terminal examples.
Commands
8 commands for Ss
ss Operations
Ss Command: Filter Tcp Sockets By State
ss <state|exclude> <bucket|big|connected|synchronized|...> ss Operations
Ss Command: Kill Socket Connection Ipv4 Or Ipv6
ss -K dst <ip_address> dport = <port> ss Operations
Ss Command: Show All Sockets Tcp Udp Raw Unix
ss -a --tcp ss Operations
Ss Command: Show Tcp Ipv4 Sockets Local Subnet
ss -4t src <192.168/16> ss Operations
Ss Command: Show Tcp Sockets Listening Local Port
ss -lt src :<8080> ss HTTP
Ss Command: Show Tcp Sockets Local Https Port
ss -t src :<443> ss Operations
Ss Command: Show Tcp Sockets With Processes Remote Ssh Port
ss -pt dst :<ssh> ss Operations
Ss Command: Show Udp Sockets Specific Ports
ss -u 'sport == :<source_port> and dport == :<destination_port>' Suggest a Ss Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Ss workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.