03-04-2018, 02:38 AM
Here are the results of running the two commands:
curl -sk google.com
The cursor just sits there, it doesn't do anything till I hit ctrl-c to kill it.
ping -c5 216.58.199.78
PING 216.58.199.78 (216.58.199.78) 56(84) bytes of data.
64 bytes from 216.58.199.78: icmp_seq=1 ttl=51 time=239 ms
64 bytes from 216.58.199.78: icmp_seq=2 ttl=51 time=246 ms
64 bytes from 216.58.199.78: icmp_seq=3 ttl=51 time=217 ms
64 bytes from 216.58.199.78: icmp_seq=4 ttl=51 time=235 ms
64 bytes from 216.58.199.78: icmp_seq=5 ttl=51 time=241 ms
--- 216.58.199.78 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 217.342/236.185/246.991/10.117 ms
Thanks for your help.
curl -sk google.com
The cursor just sits there, it doesn't do anything till I hit ctrl-c to kill it.
ping -c5 216.58.199.78
PING 216.58.199.78 (216.58.199.78) 56(84) bytes of data.
64 bytes from 216.58.199.78: icmp_seq=1 ttl=51 time=239 ms
64 bytes from 216.58.199.78: icmp_seq=2 ttl=51 time=246 ms
64 bytes from 216.58.199.78: icmp_seq=3 ttl=51 time=217 ms
64 bytes from 216.58.199.78: icmp_seq=4 ttl=51 time=235 ms
64 bytes from 216.58.199.78: icmp_seq=5 ttl=51 time=241 ms
--- 216.58.199.78 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 217.342/236.185/246.991/10.117 ms
Thanks for your help.