Multiple choice technology operating systems

How to find default gateway and routing tables in linux?

  1. route print

  2. route -n

  3. ifconfig

  4. netstat -rn

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

In Linux, both route -n and netstat -rn display the routing table and default gateway numerically. route print is a Windows command, and ifconfig displays network interface configurations.