How do I perform a traceroute from a Linux command prompt?
• Open an SSH session to your server or VPS. • Runthe command traceroute domain.com • If you receive a “command not found” message, you will need to specify the whole path to the traceroute command.The traceroute command istypically found in the /sbin directory. In that case you would use the command: /sbin/traceroute domain.com Replace ‘domain.com’ with the actual domain name to which you want to trace.