Linux CLI - Networking Commands
A user runs
traceroute -n -q 0 8.8.8.8 but gets an error. What is the problem?traceroute -n -q 0 8.8.8.8 but gets an error. What is the problem?-q option-q option sets the number of probes per hop and must be at least 1.-q 0 is invalid and causes an error. The other options and IP are valid.-q option cannot be zero -> Option B-q must be >= 1 [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions