ss: add listening socket example (#2853)
This commit is contained in:
parent
25791e0037
commit
1cef50e33f
|
|
@ -14,6 +14,10 @@
|
|||
|
||||
`ss -t src :{{443}}`
|
||||
|
||||
- Show all TCP sockets listening on the local 8080 port:
|
||||
|
||||
`ss -lt src :{{8080}}`
|
||||
|
||||
- Show all TCP sockets along with processes connected to a remote ssh port:
|
||||
|
||||
`ss -pt dst :{{ssh}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue