Multiple choice technology operating systems

How to find Kernel IP routing table ?

  1. ifconfig

  2. netstat -r

  3. ping

  4. none

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

The netstat -r command displays the kernel IP routing table, showing network routes and their properties. ifconfig shows network interface configuration but not routing tables, ping tests network connectivity, and 'none' is incorrect.