1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 09:17:57 +01:00
tldr/pages/common/traceroute.md

20 lines
308 B
Markdown
Raw Normal View History

2014-02-24 17:36:37 +01:00
# traceroute
> Print the route packets trace to network host
- 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}}`