ss: add listening socket example (#2853)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
25791e0037
commit
1cef50e33f
@@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
`ss -t src :{{443}}`
|
`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:
|
- Show all TCP sockets along with processes connected to a remote ssh port:
|
||||||
|
|
||||||
`ss -pt dst :{{ssh}}`
|
`ss -pt dst :{{ssh}}`
|
||||||
|
Reference in New Issue
Block a user