Ss
Revision as of 14:41, 8 December 2019 by Welcome (talk | contribs) (→Usage Examples: === Advanced === * <code>ss -iepn '( sport = :80 )'</code><ref>https://unix.stackexchange.com/questions/542712/detailed-output-of-ss-command</ref>)
Usage Examples
Basic
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
Advanced
ss -iepn '( sport = :80 )'
[2]
Activities
- Review StackExchange questions about
ss
: https://unix.stackexchange.com/questions/tagged/ss?tab=Votes
See also
Advertising: