Merge pull request #313 from cnu/master

Add extra newline between consecutive commands examples.
This commit is contained in:
Leandro Ostera
2015-12-14 10:22:33 +01:00
6 changed files with 20 additions and 0 deletions

View File

@@ -17,9 +17,13 @@
- Filter sockets by address and/or port
`ss -t dst 1.2.3.4:80`
`ss -u src 127/8`
`ss -t 'dport >= :1024'`
`ss -x "src /tmp/.X11-unix/*"`
`ss -t state established '( dport = :ssh or sport = :ssh )'`
- Only list IPv4 or IPv6 sockets