1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 23:15:45 +02:00

Merge pull request #747 from eidge/patch-1

Add common and useful netstat use case
This commit is contained in:
Leandro Ostera 2016-02-04 17:44:24 +01:00
commit 822d22e79c

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`