Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,23 +1,23 @@
# netstat
> Displays various networks related information such as open connections, open socket ports etc
> Displays various networks related information such as open connections, open socket ports etc.
- List all ports
- List all ports:
`netstat -a`
- List all listening ports
- List all listening ports:
`netstat -l`
- List listening TCP ports
- List listening TCP ports:
`netstat -t`
- Display PID and program names
- Display PID and program names:
`netstat -p`
- List information continuously
- List information continuously:
`netstat -c`