How you stop the pinging
Hi all
Once you ping an address how do you stop it so I can move on to the next ping address to test ???
Please advise this is very annoying that I don't know how to stop this process
|
Now Shipping Version 8.0
|
SearchBook navigationDonatePlease make a donation to help fund SimplyMEPIS development. |
How you stop the pingingHi all Once you ping an address how do you stop it so I can move on to the next ping address to test ??? Please advise this is very annoying that I don't know how to stop this process »
|
Buy From MEPISView your shopping cart
When you buy products directly from MEPIS, you help support the further development of SimplyMEPIS. MEPIS LLC Bus Phone: +1.304.288.0993 We accept orders by mail if paid by US check or by money order on US funds. Please note, we are NOT able to accept credit card orders by phone.
|
|
|
Ctrl-C
ctrl-c stops a wide range of command line activities; always a good combo to try.
try ping -c number address
eg ping -c 8 192.168.1.1
for a limited number ping.
Thanks
Thanks