in reply to Re: cron/perl interaction gotchas i am missing?
in thread cron/perl interaction gotchas i am missing?
there must be an additional script root involved
That /etc/crontab entry is pretty standard for Redhat and Debian-based distros. It means that the cron job is run as root. =) (The user contabs look different.)
# RedHat 9.0 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly
I think they do things this way so that programs that need to install cron jobs can just copy a script into the appropriate directory.
--
Allolex
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
crontab directories versus user crontab files
by jonadab (Parson) on Jan 31, 2004 at 02:05 UTC |