Bird
0
0

Which of the following is the correct syntax to run traceroute to example.com with a maximum of 5 hops?

easy📝 Syntax Q12 of 15
Linux CLI - Networking Commands
Which of the following is the correct syntax to run traceroute to example.com with a maximum of 5 hops?
Atraceroute -m 5 example.com
Btraceroute -max 5 example.com
Ctraceroute --maxhops=5 example.com
Dtraceroute -h 5 example.com
Step-by-Step Solution
Solution:
  1. Step 1: Recall traceroute max hops option

    The option -m sets the max number of hops in traceroute.
  2. Step 2: Check syntax correctness

    Only traceroute -m 5 example.com uses the correct option and format.
  3. Final Answer:

    traceroute -m 5 example.com -> Option A
  4. Quick Check:

    Max hops option = -m [OK]
Quick Trick: Use -m to limit hops in traceroute [OK]
Common Mistakes:
  • Using -max or --maxhops which are invalid
  • Confusing -h (help) with hop limit
  • Placing options after the hostname

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes