answersLogoWhite

0


Best Answer

Traceroute uses ICMP packets to determine what the route internet traffic takes to reach its destination, recording each "hop" (where it goes through a router, hardware firewall or some other routing mechanism) along the way. It is most widely used as a troubleshooting tool to pinpoint which areas of a given network are causing problems. Windows has a similar command called 'tracert'

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the traceroute command in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find network routes in Linux and Unix?

With the traceroute command. For instancetraceroute 67.196.156.54to see the number of network hops and bridges a connection must cross.


Which networking command is most popularly used to test the connectivity of between systems and networks?

The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.


Which command identifies a path to a destination device?

traceroute [destination]


15 How do you know the path that a packet takes to the destination?

You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.


What command is used to determine the location of delay for a packet traversing the Internet?

traceroute


What does the k command do in Linux?

k is not a standard command in Linux.


What utilities would you typically use to determine the number of hops to a specific destination?

You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.


What TCP IP command is used to trace how many different connections a network request has to make?

Trace route.In Windows: Open a command prompt and type tracertIn Linux: Open a terminal window and type tracerouteOn a Cisco device: From user or privileged-exec mode enter traceroute


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


What is the command to find out which path or route packets travel across a network?

Use traceroute (tracert) or pathping


When working on a UNIX-type of system you can limit the maximum number of router hoops the traceroute command allows by typing?

Using the -m ttl switch of traceroute will limit the number of hops. The default is 30