Which two commands can be used on Oracle Linux to find the routing table and default gateway information of your network?

Which two commands can be used on Oracle Linux to find the routing table and default
gateway information of your network?

Which two commands can be used on Oracle Linux to find the routing table and default
gateway information of your network?

A.
traceroute

B.
route –n

C.
netstat –r

D.
cat /proc/route

E.
route show



Leave a Reply 1

Your email address will not be published. Required fields are marked *


hoge

hoge

B: route – show / manipulate the IP routing table

option : -n
show numerical addresses instead of trying to determine symbolic host names. This is useful if
you are trying to determine why the route to your nameserver has vanished.

C: netstat – Print network connections, routing tables, interface statistics,
masquerade connections, and multicast memberships