> cron() is a lot more flexible than the example that you were give.
>  The values 
> in crontab are:
> 
> minute hour day_of_month month day_of_week command
> 
> So the example you were given was hourly:
> 
> 0 * * * * command
> 
> (meaning 0 minute of every hour, day, etc.  If you wanted it every
> half hour:
> 
> 0,30 * * * * command

Thanks for the explanation!

Now, is there any way to make sure anacron runs the stuff in this
files (which is in /var/spool/cron) ?

Anacron happily runs thew "default" cron jobs, which are executable
scripts in directories listed in /etc/crontab, but it doesn't look
at the user ones at all.

thanks,
eric


-- 
Mandrake HowTo's & More:          http://twiki.mdklinuxfaq.org

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to