ping
Linux · Network · available in the simulator
What it does
Check network connectivity by sending ICMP packets.
Syntax
ping [opciones] destino
Options and parameters
-cNumber of packets to send before stopping.
ping -c 4 example.com-iInterval in seconds between sending each packet.
-sPacket size in bytes.
-WTime to wait for a response, in seconds.
-4Force IPv4 fallback/usage.
-6Force IPv6 fallback/usage.
Usage examples
ping -c 4 8.8.8.8ping -c 4 example.com