To stop the ping command that is currently running, you can use the following keyboard shortcut:
- Press
Ctrl + C
This will send an interrupt signal to the ping process, stopping it immediately. If you are running ping with a specific count (e.g., ping -c 4 google.com), it will stop automatically after sending the specified number of packets.
