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
In reply to Re: Re: cron/perl interaction gotchas i am missing?
by allolex
in thread cron/perl interaction gotchas i am missing?
by schweini
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |