"/etc/at.allow, at.deny"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
11번째 줄: 11번째 줄:
* at.allow에 root가 없어도, at.deny에 root가 있어도 무조건 허용된다.
* at.allow에 root가 없어도, at.deny에 root가 있어도 무조건 허용된다.


<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# ll /etc/at.allow
[root@zetawiki ~]# ll /etc/at.allow
ls: cannot access /etc/at.allow: No such file or directory
ls: cannot access /etc/at.allow: No such file or directory
</source>
</syntaxhighlight>


==at.deny==
==at.deny==
21번째 줄: 21번째 줄:
* root는 무조건 허용된다.
* root는 무조건 허용된다.
* 만약 at.allow 파일이 있다면 거기에 있는 계정 + root만 허용된다.
* 만약 at.allow 파일이 있다면 거기에 있는 계정 + root만 허용된다.
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# ll /etc/at.deny
[root@zetawiki ~]# ll /etc/at.deny
-rw-r--r--. 1 root root 1 Jan 30  2012 /etc/at.deny
-rw-r--r--. 1 root root 1 Jan 30  2012 /etc/at.deny
27번째 줄: 27번째 줄:


[root@zetawiki ~]#  
[root@zetawiki ~]#  
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 10월 22일 (금) 12:57 기준 최신판

/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 }}