December 2018
Beginner
320 pages
8h 57m
English
The ping command is used to verify the network connectivity of a remote host. It can tell you whether the machine connected to the network is online and responding. It also provides stats for network packet loss and latency measurement.
Following are the examples to illustrate the usage of ping command:
$ ping <hostname_or_host_ipaddress>$ ping 8.8.8.8
$ ping -I eth0 8.8.8.8
Read now
Unlock full access