How to find Kernel IP routing table ?
-
ifconfig
-
netstat -r
-
ping
-
none
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.