"Steve Bertrand" <[EMAIL PROTECTED]> writes: > I'm wondering where the crontab is located for the root user. I know > there is the system crontab in /etc, however doing a #crontab -e when > su'd to root, it comes up with a different crontab. Right. Just as you said: the former is the system crontab, the latter is the root user's crontab. The former has an extra field that indicates which user to run a command as, the latter is exactly the same as any other user's crontab (and is stored in /var/cron/tabs just all the other user crontabs).
I'm not quite sure what your confusion is: did my previous paragraph eliminate it? _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
