ss
Verified for current stable LTS
Ss Command: Show Udp Sockets Specific Ports
Use for show udp sockets specific ports with Ss. Exact CLI syntax to show udp sockets specific ports using Ss.
When to use this: Use for show udp sockets specific ports with Ss.
Command Syntax
ss -u 'sport == :<source_port> and dport == :<destination_port>' ss -u 'sport == :<source_port> and dport == :<destination_port>' Live Command Builder
Final Command
ss -u 'sport == :<source_port> and dport == :<destination_port>' Command Breakdown
-u- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to show udp sockets specific ports 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 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>