ping
NetworkingTest network connectivity to a host
Options & Flags
Available options for this command
-c countStop after sending count packets
-i intervalWait interval seconds between packets
-W timeoutTime to wait for response
Examples
Common usage examples
Ping google.com continuously
ping google.comSend only 4 ping packets
ping -c 4 google.comNotes
- Press Ctrl+C to stop continuous ping
- Useful for checking network connectivity