1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 11:17:56 +01:00

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.
This commit is contained in:
Hugo Ribeira 2016-01-29 14:26:33 +00:00
parent 1dd11b49e8
commit 4a148f467d

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`