A Linux system has entries in both the cron.allow and cron.deny files. Which users, other than root, will have access to the
crontab
command?
- Users specified in cron.allow have access to
crontab
; cron.deny will be ignored - Only root will have access to
crontab
- All users except those specified in the cron.deny file will have access to
crontab
- Users specified in cron.allow but not included in cron.deny will have access to
crontab
Please login or Register to submit your answer