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
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
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