View Single Post
Old 07-18-2017, 09:19 AM   #60
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by nasser View Post
[/CODE]

For Debian-Armel-Jessie VM:
Code:
Ping 8.8.8.8
<After some time I pressed Ctrl-C>
38 packets transmitted, 0 received, 100% packet loss, time 37198ms

cat /etc/resolv.conf
nameserver 10.0.2.3
The command did what you told it to do, transmit a ping forever.
You probably wanted:
ping -c <count> where-ever

- - - -

I have seen 'ping' utilities where the default was one ping.
(Windows maybe? OS2? something I never use any longer.)
But the *nix ping defaults to continuous until stopped.
knc1 is offline   Reply With Quote