[EMAIL PROTECTED] wrote:

Hi all,

In /etc/crontab, how can I specify a program to run at every 20 days of interval.


With Regards Nabin Limbu


'man 5 crontab' says you can do intervals with */X where X is the number of intervals.

So I would assume

* * */20 * *

Would work? Or not?

Regards,
Ed.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to