[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ2: Reading the routing table
- Subject: Re: [cobalt-users] RaQ2: Reading the routing table
- From: "Dylan Smith" <dyls@xxxxxxx>
- Date: Thu Mar 22 04:16:47 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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"