
traceroute
List of commands for traceroute:
-
traceroute:tldr:50624 traceroute: Specify wait time for response.$ traceroute -w ${0-5} ${host}try on your machineexplain this command
-
traceroute:tldr:57604 traceroute: Specify number of queries per hop.$ traceroute -q ${5} ${host}try on your machineexplain this command
-
traceroute:tldr:b0cb3 traceroute: Traceroute to a host.$ traceroute ${host}try on your machineexplain this command
-
traceroute:tldr:edc80 traceroute: Disable IP address and host name mapping.$ traceroute -n ${host}try on your machineexplain this command
-
traceroute:tldr:fc4d5 traceroute: Specify size in bytes of probing packet.$ traceroute ${host} ${42}try on your machineexplain this command