[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: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Jun 21 14:11:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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 and how do I start it.
>
Try crond
It's a daemon
try:
/etc/rc.d/init.d/crond start or stop or restart or status
try /etc/rc.d/init.d/crond status first!
Gerald
PS: if RaQ2 it's /etc/rc.d/init.d/crond start, stop, restart, status
Just another Cobalt thing to keep you buying their documentation.