Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个作业,老师要求我们使用 unix 来查找服务器的默认路由,我不太清楚这是什么意思。他还问“你用来只输出默认路由的主机名(或 IP)的 unix 单行命令是什么?”我知道我需要使用 route 命令,但之后我有点迷路了。请告诉我,
谢谢
路线 -n |grep ^0.0.0.0
或者
netstat -rn |grep ^0.0.0.0
bsd 有一个“路由打印”,但我忘记了语法