How To Stop “Ping” In Linux Terminal
Like a ping in Windows Operating System, you can ping in Linux with the format “ping <hostname>”. But in Linux, your ping will not automatically stop in 5 rows like in windows. To stop it, it’s a very simple way :
It just: Press Ctrl+C
Or if you want to limit the row, you can use the script “ping -c <limit> <hostname>”
Post a Comment