Bird
0
0

Which of the following is the correct syntax to send 4 ping requests to example.com?

easy📝 Syntax Q12 of 15
Linux CLI - Networking Commands
Which of the following is the correct syntax to send 4 ping requests to example.com?
Aping -c 4 example.com
Bping example.com -count 4
Cping /n 4 example.com
Dping example.com -4
Step-by-Step Solution
Solution:
  1. Step 1: Recall ping command options

    The option -c specifies the count of ping requests in Linux.
  2. Step 2: Match correct syntax

    Only ping -c 4 example.com uses the correct option and order.
  3. Final Answer:

    ping -c 4 example.com -> Option A
  4. Quick Check:

    Count option for ping = -c [OK]
Quick Trick: Use -c to set ping count in Linux [OK]
Common Mistakes:
  • Using Windows ping options on Linux
  • Placing options after the hostname incorrectly
  • Using wrong option flags like /n or -count

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes