December 2018
Beginner
320 pages
8h 57m
English
The netstat command, which is known as network statistics, is a versatile command with lots of features. This command is used to print network connections details, kernel routing table information, interface statistics, open ports, and so on. In this section, we restrict ourselves to the usage of the netstat command to fetch the routing table information only.
Following are the examples to illustrate the usage of netstat command.
$ netstat -r
$ netstat -anr
Read now
Unlock full access