/etc/cron.allow, cron.deny

(Cron.allow, cron.deny에서 넘어옴)
/etc/cron.allow
cron.allow
/etc/cron.deny
cron.deny

1 cron.allow[ | ]

  • cron 허용 계정목록
  • (기본값) 파일 없음 → 모두 허용
[root@zetawiki ~]# ll /etc/cron.allow
ls: cannot access /etc/cron.allow: No such file or directory

2 cron.deny[ | ]

  • cron 금지 계정목록
  • (기본값) 내용 비어 있음 → 모두 허용
[root@zetawiki ~]# ll /etc/cron.deny
-rw-r--r--. 1 root root 0 Jul 19  2011 /etc/cron.deny
[root@zetawiki ~]# cat /etc/cron.deny
[root@zetawiki ~]#

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}