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`