netstat -n and -r

This commit is contained in:
Wing
2016-01-14 21:52:25 +08:00
parent 21992f3bf8
commit 32d61ddbf2

View File

@@ -21,3 +21,7 @@
- List information continuously: - List information continuously:
`netstat -c` `netstat -c`
- List routes (-r) without resolve ip to hostname (-n):
`netstat -nr`