Merge pull request #747 from eidge/patch-1
Add common and useful netstat use case
This commit is contained in:
@@ -25,3 +25,7 @@
|
|||||||
- List routes and do not resolve IP to hostname:
|
- List routes and do not resolve IP to hostname:
|
||||||
|
|
||||||
`netstat -rn`
|
`netstat -rn`
|
||||||
|
|
||||||
|
- List listening TCP and UDP ports (+ user and process if you're root):
|
||||||
|
|
||||||
|
`netstat -lepunt`
|
||||||
|
Reference in New Issue
Block a user