Difference between revisions of "Ss"

From wikieduonline
Jump to navigation Jump to search
(→‎Usage Examples: Display all TCP sockets including process: * <code>ss -ta</code>)
(→‎Usage Examples: == Activities == * Review StackExchange questions about <code>ss</code>: https://unix.stackexchange.com/questions/tagged/ss?tab=Votes)
Line 11: Line 11:
 
Display all [[TCP]] sockets with [[SELinux]] security contexts:
 
Display all [[TCP]] sockets with [[SELinux]] security contexts:
 
* <code>ss -taz</code>
 
* <code>ss -taz</code>
 +
 +
 +
== Activities ==
 +
* Review StackExchange questions about <code>ss</code>: https://unix.stackexchange.com/questions/tagged/ss?tab=Votes
  
 
== See also ==
 
== See also ==

Revision as of 14:38, 8 December 2019

ss[1] Linux command included in the iproute2 package to display sockets information.


Usage Examples

Display all TCP sockets including process:

  • ss -ta

Display all TCP sockets:

  • ss -ta

Display all UDP sockets:

  • ss -ua

Display all TCP sockets with SELinux security contexts:

  • ss -taz


Activities

See also

ip [link, route], ifconfig netstat ss lsof ping ethtool mii-tool arping nmcli(RHEL) route networkctl, netplan, tc

Advertising: