| title | 20201011164848-netstat | |
|---|---|---|
| date | 2025-08-03 15:39:54 UTC | |
| tags |
|
|
| modified | 2026-03-30 09:03:33 UTC |
Show all active and listening ports
netstat -a
| Flag | Description |
|---|---|
| -a | Show all used ports including listening ports |
| -n | Show raw port numbers and IP addresses |
| -o | Show process ID |
| -b | Show name of running program |
| -r | Shows the routing table of the local host |
| -s | shows TCP/IP statistics |