Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 5705  / 3 Years ago, fri, october 15, 2021, 8:40:36

I would like to know what the differences between using the commands :



ping -c 3 www.google.com


and



ping www.google.com


Any help or information is appreciated.
Thanks!


More From » google

 Answers
4

ping -c option will specify the number of packets sent and will stop after counting them , here in you example count is 3 .



enter image description here



ping www.google.com


will send infinite packets until you stop it by closing or ctrl+c



For more information about ping options



Ping Options



Or use man ping in terminal .



Try it.


[#26828] Saturday, October 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ilityushing

Total Points: 18
Total Questions: 100
Total Answers: 113

Location: Senegal
Member since Wed, May 13, 2020
4 Years ago
;