/etc/at.allow, at.deny

/etc/at.allow
at.allow
/etc/at.deny
at.deny

1 at.allow[ | ]

  • at 허용 계정목록
  • (기본값) 존재하지 않음 → 모두 허용된다(단, at.deny에 있는 계정은 제외).
  • root는 무조건 허용된다.
  • at.allow에 root가 없어도, at.deny에 root가 있어도 무조건 허용된다.
[root@zetawiki ~]# ll /etc/at.allow
ls: cannot access /etc/at.allow: No such file or directory

2 at.deny[ | ]

  • at 금지 계정목록
  • (기본값) 비어 있음 → 모두 허용
  • root는 무조건 허용된다.
  • 만약 at.allow 파일이 있다면 거기에 있는 계정 + root만 허용된다.
[root@zetawiki ~]# ll /etc/at.deny
-rw-r--r--. 1 root root 1 Jan 30  2012 /etc/at.deny
[root@zetawiki ~]# cat /etc/at.deny

[root@zetawiki ~]#

3 같이 보기[ | ]

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