ping

The ping command is used to send an ICMP ping request to the specified host over the network.

Syntax

ping <hostname or IP>
  • hostname or IP
    : Specifies the hostname or IP address of the host to ping.

Example

ping 192.168.1.10
Sending ping to 192.168.1.10... Received ICMP reply from: 192.168.1.10
`