Frage im Vorstellungsgespräch bei Amazon

What does NetStat do? Which Linux command finds routing tables?

Antworten zu Vorstellungsgespräch

Anonym

13. Jan. 2021

The netstat command generates displays that show network status and protocol statistics. You can display the status of TCP and UDP endpoints in table format, routing table information, and interface information. The -r option of netstat displays the IP routing table. % netstat -r

1

Anonym

13. Jan. 2021

The netstat command generates displays that show network status and protocol statistics. You can display the status of TCP and UDP endpoints in table format, routing table information, and interface information. The -r option of netstat displays the IP routing table. % netstat -r