From 32d61ddbf2f8a033f42e53ab7163a8a160ce051c Mon Sep 17 00:00:00 2001 From: Wing Date: Thu, 14 Jan 2016 21:52:25 +0800 Subject: [PATCH] `netstat -n` and `-r` --- pages/linux/netstat.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/netstat.md b/pages/linux/netstat.md index 5b676f9fcb..95c6e680b8 100644 --- a/pages/linux/netstat.md +++ b/pages/linux/netstat.md @@ -21,3 +21,7 @@ - List information continuously: `netstat -c` + +- List routes (-r) without resolve ip to hostname (-n): + +`netstat -nr`