1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/common/traceroute.md

24 lines
448 B
Markdown

# traceroute
> Print the route packets trace to network host.
> More information: <https://manned.org/traceroute>.
- Traceroute to a host:
`traceroute {{host}}`
- Disable IP address and host name mapping:
`traceroute -n {{host}}`
- Specify wait time for response:
`traceroute -w {{0.5}} {{host}}`
- Specify number of queries per hop:
`traceroute -q {{5}} {{host}}`
- Specify size in bytes of probing packet:
`traceroute {{host}} {{42}}`