On Jan 8, 2008 9:53 PM, Dustin Puryear <dustin@xxxxxxxxxxxxxx> wrote:
1. normal use of crontabs
2. creating a crontab-like entry in a file in /etc/cron.d/
3. creating symlinks to your scripts in /etc/cron.hourly/,
/etc/cron.daily/, etc. (I'll just say /etc/cron.daily to be short.)
4. /etc/crontab for the root user being able to run cron jobs as any
user, unlike /etc/cron.d/ and /etc/cron.daily/.
I consistently prefer /etc/crontab. When I have a box that's doing
something funny at 2:35am every morning, it's much easier to look in
just one place. It's also easier to make sure that crontasks aren't
stepping on one anothers' toes that way.
The directories are really only useful for distro authors, who need a
flexible way to add and remove tasks for particular applications.
Dustin (the other Dustin)