Linux CLI - Networking Commands
You want to trace the path to
example.com but skip hostname lookups and limit hops to 4. Which command achieves this?example.com but skip hostname lookups and limit hops to 4. Which command achieves this?-n skips hostname lookup; -m 4 limits hops to 4.-h. traceroute --no-hostname --max-hops=4 example.com uses non-standard options. traceroute -4 -n example.com limits to IPv4 but not hops.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions