How to Run Traceroute in CachyOS with Fish Shell?

0
161
Asked By CuriousCactus42 On

I'm trying to solve a networking problem and need help running a traceroute on CachyOS using the Fish shell. I've looked around for guidance, but what I found just doesn't seem to work with either Fish or Bash. Can someone provide a clear example of the command with the correct syntax and options? I would really appreciate any help!

4 Answers

Answered By Dragonux On

I searched for the command and finally found this as a solution.
https://fishshell.com/docs/current/search.html?q=traceroute
fish shell: traceroute -> tracepath
example: tracepath yomotherboard.com

I hope I was able to help, even if it was late.

Answered By TechieTurtle99 On

It might help if you share the command syntax you’ve tried so others can give specific suggestions. Just a heads up, if you typed `traceroute google.com` and it didn't work, we can troubleshoot from there!

CuriousCactus42 -

I did try `traceroute google.com`, but I also experimented with a bunch of options from different examples I found online. I keep getting an error saying 'fish: Unknown command: traceroute'. I even tried `tracert`, but that’s a Windows thing, so I expect that wouldn’t work.

Answered By LinuxNinja88 On

Have you tried using `--help` or checking the manual with `man traceroute`? Sometimes those commands can clarify if it's even installed. Just a note, I also ran into issues where it said 'fish: Unknown command: traceroute' when I tested.

CuriousCactus42 -

Yeah, I attempted `traceroute --help` and `man traceroute`, but it still returned that unknown command error in Fish.

Answered By CuriousCactus42 On

I found a guide that mentions trying 'advanced traceroute [google.com](http://google.com) in warp terminal', but I had no luck either. Anyone else had success with that approach?

TechieTurtle99 -

I gave that command a shot and ran into the same issue: 'fish: Unknown command: traceroute'. Looks like we need to dig deeper!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

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