OSDN Git Service

at 3.2.2: Reserve to translate.
[linuxjm/jm.git] / manual / at / original / man5 / at.allow.5
1 .TH AT.ALLOW 5 "Sep 1997" "" "Linux Programmer's Manual"
2 .SH NAME
3 at.allow, at.deny \- determine who can submit jobs via at or batch
4 .SH DESCRIPTION
5 The
6 .I /etc/at.allow
7 and
8 .I /etc/at.deny
9 files determine which user can submit commands for later execution via
10 .BR at (1)
11 or
12 .BR batch (1) .
13 .PP
14 The format of the files is a list of usernames, one on each line.  Whitespace
15 is not permitted.
16 .PP
17 If the file
18 .I /etc/at.allow
19 exists, only usernames mentioned in it are allowed to use
20 .BR at .
21 .PP
22 If
23 .I /etc/at.allow
24 does not exist,
25 .I /etc/at.deny
26 is checked, every username not mentioned in it is then allowed
27 to use
28 .BR at .
29 .PP
30 An empty
31 .I /etc/at.deny
32 means that every user may use
33 .BR at .
34 .PP
35 If neither exists, only the superuser is allowed to use at.
36 .SH "SEE ALSO"
37 .BR at (1),
38 .BR cron (8),
39 .BR crontab (1),
40 .BR atd (8).