On 28-Jul-2003/13:08 -0500, Khademul Islam <[EMAIL PROTECTED]> wrote:
>I have setup crontab the following way: (My weekely report doesn't work!
>and how can I setup my daily report to go only in the weekdays)
To run a command only on weekdays set "days" to "1-5":
01 01 * * 1-5 root command
Your
I have setup crontab the following way: (My weekely report doesn't work!
and how can I setup my daily report to go only in the weekdays)
[EMAIL PROTECTED] dislam]$ cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cro