ss
Verified for current stable LTS
Ss Command: Filter Tcp Sockets By State
Use for filter tcp sockets by state with Ss. Exact CLI syntax to filter tcp sockets by state using Ss.
When to use this: Use for filter tcp sockets by state with Ss.
Command Syntax
ss <state|exclude> <bucket|big|connected|synchronized|...> ss <state|exclude> <bucket|big|connected|synchronized|...> Live Command Builder
Final Command
ss <state|exclude> <bucket|big|connected|synchronized|...> Command Breakdown
ss is the base executable for this command.
FAQ
Purpose: Exact syntax to filter tcp sockets by state using Ss.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ss Command: Kill Socket Connection Ipv4 Or Ipv6
ss -K dst <ip_address> dport = <port> Ss Command: Show All Sockets Tcp Udp Raw Unix ss -a --tcp Ss Command: Show Tcp Ipv4 Sockets Local Subnet ss -4t src <192.168/16> Ss Command: Show Tcp Sockets Listening Local Port ss -lt src :<8080> Ss Command: Show Tcp Sockets Local Https Port ss -t src :<443>