/etc/cron.allow, cron.deny

Jmnote bot (토론 | 기여)님의 2015년 2월 6일 (금) 01:24 판 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
/etc/cron.allow
cron.allow
/etc/cron.deny
cron.deny

1 cron.allow

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

2 cron.deny

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

3 같이 보기