[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cron Question (newbie)
- Subject: Re: [cobalt-users] Cron Question (newbie)
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Thu Jun 21 13:03:59 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 21 Jun 2001, John McLaughlin wrote:
> Hi,
>
> If I type ps -aux | grep cron I get nothing back, if I do locate cron again
> nothing. How do I tell where cron is located
[shimi@www shimi]$ whereis crond
crond: /usr/sbin/crond /usr/man/man8/crond.8.gz
> and how do I start it.
as root /usr/sbin/crond
>
> Regards,
>
> John.
- shimi