I read in "TCP/IP Network Administration" by O'Reilly, 2002, that typing the route -n
command should bring up a routing table.
我在2002年O'Reilly的《TCP/IP网络管理》中读到,键入route -n命令应该会出现一个路由表。
When I typed it into the terminal on a Mac, it returned the following:
当我在Mac电脑上输入终端时,它返回了:
usage: route [-dnqtv] command [[modifiers] args]
用法:路由[-dnqtv]命令[[modifier] args]
What is the correct command to use to see the routing table in my terminal?
在我的终端中查看路由表的正确命令是什么?
1 个解决方案
#1
43
On Mac OS X you can use netstat(1)
. In your case, netstat -nr
, probably.
在Mac OS X上,你可以使用netstat(1)。在你的情况下,netstat -nr可能。
#1
43
On Mac OS X you can use netstat(1)
. In your case, netstat -nr
, probably.
在Mac OS X上,你可以使用netstat(1)。在你的情况下,netstat -nr可能。