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

Re: [cobalt-users] Cron Question (newbie)



> 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.