Home » Linux tracepath

Linux tracepath

It is similar to traceroute command, but it doesn’t require root privileges. By default, it is installed in Ubuntu but you may have to download traceroute on Ubuntu. It traces the network path of the specified destination and reports each hop along the path. If you have a slow network then tracepath will show you where your network is weak.

Syntax:

Exmaple:

inux tracepath

Look at the above snapshot, path to the tutoraspire.com is being traced by the tracepath command.

Next TopicLinux ping

You may also like