If I set cron job for a normal user instead of root, what account execute the scheduled jobs?
|
feedback
|
|
The user you added the cron job as. | |||||
feedback
|
|
Cron jobs in /etc/crontab and /etc/cron.d/ run as the user specified in the extra username field. Cron jobs in files in /var/spool/crontab/ (or your distro's equivalent) run as the user who inserted that crontab, usually the user for whom the file is named. | |||||
feedback
|