ss
Verified for current stable LTS
Ss Command: Show All Sockets Tcp Udp Raw Unix
Use for show all sockets tcp udp raw unix with Ss. Exact CLI syntax to show all sockets tcp udp raw unix using Ss.
When to use this: Use for show all sockets tcp udp raw unix with Ss.
Command Syntax
ss -a --tcp ss -a --tcp Live Command Builder
Final Command
ss -a --tcp Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
--tcp- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to show all sockets tcp udp raw unix 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: Filter Tcp Sockets By State
ss <state|exclude> <bucket|big|connected|synchronized|...> Ss Command: Kill Socket Connection Ipv4 Or Ipv6 ss -K dst <ip_address> dport = <port> 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>