Which command is primarily used to view the routing table in Linux?
- route
- netstat
- ifconfig
- ping
The route command is primarily used to view the routing table in Linux. The routing table contains information about how network packets should be forwarded through the network. It displays the destination networks and the associated gateway or interface used to reach them.
Loading...
Related Quiz
- What is the primary function of kernel modules in Linux?
- Which tool enforces mandatory access controls at the kernel level in Linux?
- Which special variable in a shell script represents the script's name?
- What is the primary purpose of the chmod command in Linux?
- You've been tasked with setting up static IP configurations for multiple interfaces on a Linux server. In which directory and/or file would you primarily focus your configuration efforts?