/etc/cron.deny存在 | /etc/cron.deny不存在 | |
/etc/cron.allow存在 | 只有/etc/cron.allow中列出的用户才能运行crontab -e;忽略/etc/cron.deny中的内容 | 只有/etc/cron.allow中列出的用户才能运行crontab -e |
/etc/cron.allow不存在 | /etc/cron.deny中列出的所有用户都不能使用crontab -e | 只有root用户能够运行crontab -e |
/etc/at.deny存在 | /etc/at.deny不存在 | |
/etc/at.allow存在 | 只有/etc/at.allow中列出的用户才能运行crontab -e;忽略/etc/at.deny中的内容 | 只有/etc/at.allow中列出的用户才能运行crontab -e |
/etc/at.allow不存在 | /etc/at.deny中列出的所有用户都不能使用crontab -e | 只有root用户能够运行crontab -e |