Crontab problems
does /etc/cron.daily run at midnight?
depends what cron is set to
/etc/crontab
02 4 * * * root run-parts /etc/cron.daily
i suck at cron rofl
let me read
thats 4am ?
0 4 * * * root run-parts /etc/cron.daily
0 0 * * * root run-parts /etc/cron.daily
that be right?
* * * * * command to be executed
- - - - -
| | | | |
| | | | —– day of week (0 - 6) (Sunday=0)
| | | ——- month (1 - 12)
| | ——— day of month (1 - 31)
| ———– hour (0 - 23)
————- min (0 - 59)
ok ![]()
Thank you
Thanks for the help man