HostOnNet Blog

What is the equivalent of the “tracert” DOS command?

Looking for Linux Server Admin or WordPress Expert? We can help.

Traceroute and tracert commands are network diagnostic tools used to track the pathway taken by a packet on an IP network from source to destination. The main difference is of the Operating System and how the command is implemented in the background. The command is available in Unix OS as ‘traceroute’, while it is available as ‘tracert’ in Windows.

You can install the traceroute package via terminal by running

sudo apt-get install traceroute

After installing traceroute , type below command in the terminal:

traceroute [ip/web-site url]

traceroute

About Annie

I've been working in Technical Section for over 10 years in a wide range of tech jobs from Tech Support to Software Testing. I started writing blog for my future reference and useful for all.
Posted in Linux, Windows

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.