128k views
1 vote
Which command will you use to see the available routes?

1) show route
2) route status
3) netstat -r
4) Cannot be determined

1 Answer

4 votes

Final answer:

To see the available routes on a computer system, the correct command to use is 'netstat -r', which shows the kernel routing tables.

Step-by-step explanation:

To view the available routes on a computer, you can use the command netstat -r. This command displays the kernel routing tables and is available on various operating systems, including Unix, Linux, and Windows. On network devices like routers, you might use show route, but in the context of general computing, netstat -r is the correct answer.

User Renis
by
9.1k points