ping
pings a device over a specified IP address. Sends ICMP packets, which might be blocked by some servers. Used for connectivity tests over the network.
$ ping 192.168.10.1
64 bytes from 192.168.10.1: icmp_seq=0 ttl=255 time=13.002 ms
...
#networking #networking/commands