[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] meta-verify on RaQ4
- Subject: Re: [cobalt-users] meta-verify on RaQ4
- From: eric <eric@xxxxxxxxxxx>
- Date: Thu Mar 1 17:38:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Tech wrote:
> > I'm not sure what I'm doing wrong. I'm on a RaQ4i trying to run
> meta-verify.
> > I've logged in as SU in the /usr/local/sbin directory and typed
> > "meta-verify -h" and get the following:
> >
> > [root sbin]# meta-verify -h
> > sh: meta-verify: command not found
> > [root sbin]#
> >
> Until the locate database is updated by the daily cron script, you will have
> to run meta-verify by placing ./ in front of the filename, like this:
>
> [root sbin]#./meta-verify -h
>
> hth,
> Denny
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
or add /usr/sbin to your path via :
PATH=$PATH:/usr/local/sbin