問題詳情

65. 下列哪一個 Linux 指令,可以用來追查通訊封包傳送的情況、經過那幾個 Routers 並顯示每個節點回應時間?
(A) ping
(B) traceroute
(C) netstat
(D) nslookup

參考答案

答案:B
難度:簡單0.744565
統計:A(4),B(137),C(10),D(15),E(0)

用户評論

william】評論

traceroute,現代Linux系統稱為tracepath,Windows系統稱為tracert,是一種電腦網路工具。它可顯示封包在IP網路經過的路由器的IP位址。In computing, netstat (network statistics) is a command-line network utility tool that displays network connections for the Transmission Control Protocol (both incoming and outgoing), routing tables, and a number of network interface (network interface controller or software-defined network interface) and network protocol statistics. It is available on Unix-like operating systems including macOS, Linux, Solaris, and BSD, and is available on Windows ...