Final answer:
To view the default gateway information on a Linux server, use the ip route show command.
Step-by-step explanation:
To view the default gateway information on a Linux server, you would use the ip route show command.
This command displays the routing table, which includes the default gateway information.
Here is an example of how the output of the command might look:
default via 192.168.1.1 dev eth0 proto dhcp metric 100