Controlling Access to cron
● Restrict / allow user access to cron
m /etc/cron.allow
m /etc/cron.deny
● Contains usernames to allow / deny access
/etc/cron.allow /etc/cron.deny 都不存在仅有root可以按照新的crontab
仅有/etc/cron.deny 存在 除了cron.deny中的用户,其他用户都可以建立crontab
仅有/etc/cron.allow 存在 仅允许cron.allow中的用户建立crontab
如果两个文件都存在 忽略 cron.deny
阅读(1803) | 评论(1) | 转发(0) |