Difference between revisions of "Ss"
Jump to navigation
Jump to search
↑ http://man7.org/linux/man-pages/man8/ss.8.html
↑ https://unix.stackexchange.com/questions/542712/detailed-output-of-ss-command
Tags: Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
<code>ss</code><ref>http://man7.org/linux/man-pages/man8/ss.8.html</ref> [[Linux command]] included in the <code>[[iproute2]]</code> package to display [[sockets]] information. | <code>ss</code><ref>http://man7.org/linux/man-pages/man8/ss.8.html</ref> [[Linux command]] included in the <code>[[iproute2]]</code> package to display [[sockets]] information. | ||
Revision as of 14:41, 30 December 2022
ss
[1] Linux command included in the iproute2
package to display sockets information.
Usage Examples
Basic
Display all TCP sockets including process:
ss -tap
Display established TCP sockets including process:
ss -tp
Display established TCP sockets:
ss -t
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
Related commands
See also
ip
[link, route]
,ifconfig
netstat
ss
lsof
ping
ethtool
mii-tool
arping
nmcli
(RHEL)route
networkctl
,netplan
,tc
Advertising: