Sfoglia il codice sorgente

Merge pull request #747 from eidge/patch-1

Add common and useful netstat use case
Leandro Ostera 9 anni fa
parent
commit
822d22e79c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pages/linux/netstat.md

+ 4 - 0
pages/linux/netstat.md

@@ -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`