Multiple choice technology operating systems How to find default gateway and routing tables in linux? route print route -n ifconfig 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.