Linux CLI - Networking Commands
Which of the following is the correct syntax to send exactly 4 ping requests to
example.com?example.com?-c option followed by a number limits the number of ping requests sent.-c 4 correctly. ping -n 4 example.com uses -n which is Windows syntax. ping example.com -count 4 uses incorrect syntax. ping example.com -c4 misses a space between -c and 4.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions