[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ2: Reading the routing table



> I just tried the following as a root ( su root)(raq4i).
>
> "sh: route: command not found"
>
> what is it saying?
> and what do I need to do?

The command probably isn't in your path. On a RaQ2 it's in /sbin/route, so
you can either add /sbin to your PATH, or type /sbin/route.

Find out where route is by typing "locate route"