1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:46:02 +02:00

Merge pull request #111 from felixonmars/traceroute

add traceroute.md
This commit is contained in:
Romain Prieto 2014-02-25 13:27:58 +11:00
commit 452947c721

19
common/traceroute.md Normal file
View file

@ -0,0 +1,19 @@
# 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}}`