Add common and useful netstat use case

This is one of the most useful netstat options I've found.

I thought it was worth sharing.
waldyrious/alt-syntax
Hugo Ribeira 2016-01-29 14:26:33 +00:00
parent 1dd11b49e8
commit 4a148f467d
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@
- List routes and do not resolve IP to hostname:
`netstat -rn`
- List listening TCP and UDP ports (+ user and process if you're root):
`netstat -lepunt`