ss: add listening socket example (#2853)

italian
Bruno Bigras 2019-04-19 16:00:53 -04:00 committed by Starbeamrainbowlabs
parent 25791e0037
commit 1cef50e33f
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`