1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
|
.\" $OpenBSD: at.1,v 1.39 2009/12/07 08:14:58 jmc Exp $
.\"
.\" Copyright (C) 1993, 1994 Thomas Koenig
.\" Copyright (C) 1993 David Parsons
.\" Copyright (C) 2002 Todd C. Miller
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. The name of the author(s) may not be used to endorse or promote
.\" products derived from this software without specific prior written
.\" permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
.\" THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: December 7 2009 $
.Dt AT 1
.Os
.Sh NAME
.Nm at ,
.Nm batch
.Nd queue, examine or delete jobs for later execution
.Sh SYNOPSIS
.Nm at
.Op Fl bm
.Op Fl f Ar file
.Op Fl l Op Ar user ...
.Op Fl q Ar queue
.Fl t Ar time_arg | timespec
.Nm at
.Fl c | r
.Ar job ...
.Nm batch
.Op Fl m
.Op Fl f Ar file
.Op Fl q Ar queue
.Op Ar timespec
.Sh DESCRIPTION
.Nm at
and
.Nm batch
read commands from standard input or a specified file which
are to be executed at a later time, via the user's shell as
specified by the
.Ev SHELL
environment variable.
If
.Ev SHELL
is not set, the shell in the user's password database entry is used
instead.
If all else fails,
.Xr sh 1
will be used.
.Pp
The related programs are as follows:
.Bl -tag -width Ds
.It Nm at
Executes commands at a specified time.
.It Nm batch
Executes commands when system load levels permit.
In other words, when
the load average drops below 1.5, or the value specified in the invocation of
.Xr cron 8 .
.El
.Pp
The options are as follows:
.Bl -tag -width indent
.It Fl b
An alias for
.Nm batch .
.It Fl c Ar job ...
Prints the jobs listed on the command line to standard output.
.It Fl f Ar file
Reads the job from
.Ar file
rather than standard input.
.It Fl l Op Ar user ...
Displays the queue of jobs which are currently awaiting execution.
If a
.Ar user
argument is specified, only jobs belonging to that user will
be displayed.
Unless the user is the superuser, only the user's own jobs will be
displayed.
.It Fl m
Send mail to the user when the job has completed, even if there was no
output.
.It Fl q Ar queue
Uses the specified queue.
A queue designation consists of a single letter.
Valid queue designations range from
.Sy a
to
.Sy z
and
.Sy A
to
.Sy Z .
The
.Sy c
queue is the default for
.Nm at
and the
.Sy E
queue for
.Nm batch .
Queues with higher letters run with increased niceness.
If a job is submitted to a queue designated with an uppercase letter, it
is treated as if it had been submitted to batch at that time.
If the user specified the
.Fl l
option and
.Nm at
is given a specific queue, only jobs pending in that queue will be shown.
.It Fl r Ar job ...
Remove the specified job(s) from the
.Nm at
queue.
.It Fl t Ar time_arg
Specify the job time using the format specified by
.Xr touch 1 .
The argument should be in the form
.Ar [[CC]YY]MMDDhhmm[.SS]
where each pair of letters represents the following:
.Pp
.Bl -tag -width Ds -compact -offset indent
.It Ar CC
The first two digits of the year (the century).
.It Ar YY
The second two digits of the year.
.It Ar MM
The month of the year, from 1 to 12.
.It Ar DD
the day of the month, from 1 to 31.
.It Ar hh
The hour of the day, from 0 to 23.
.It Ar mm
The minute of the hour, from 0 to 59.
.It Ar SS
The second of the minute, from 0 to 61.
.El
.Pp
If the
.Ar CC
and
.Ar YY
letter pairs are not specified, the values default to the current
year.
If the
.Ar SS
letter pair is not specified, the value defaults to 0.
.El
.Pp
.Nm at
allows some moderately complex
.Ar timespec
specifications.
It accepts times of the form
.Ar HHMM
or
.Ar HH:MM
to run a job at a specific time of day.
(If that time is already past, the next day is assumed.)
You may also specify
.Sy midnight ,
.Sy noon ,
or
.Sy teatime
(4pm)
and you can have a time-of-day suffixed with
.Dq AM
or
.Dq PM
for running in the morning or the evening.
You can also say what day the job will be run,
by giving a date in the form
.Ar \%month-name day
with an optional
.Ar year ,
or giving a date of the form
.Ar DD.MM.CCYY ,
.Ar DD.MM.YY ,
.Ar MM/DD/CCYY ,
.Ar MM/DD/YY ,
.Ar MMDDCCYY ,
or
.Ar MMDDYY .
.Pp
The year may be given as two or four digits.
If the year is given as two digits, it is taken to occur as soon as
possible in the future, which may be in the next century --
unless it's last year, in which case it's considered to be
a typo.
.Pp
The specification of a date must follow the specification of
the time of day.
You can also give times like
.Op Sq now
.Sy + Ar count \%time-units ,
where the time-units can be
.Sy minutes ,
.Sy hours ,
.Sy days ,
or
.Sy weeks
and you can tell
.Nm at
to run the job today by suffixing the time with
.Sy today
and to run the job tomorrow by suffixing the time with
.Sy tomorrow .
.Pp
For example, to run a job at 4pm three days from now, you would do
.Ic at 4pm + 3 days .
To run a job at 10:00am on July 31, you would do
.Ic at 10am Jul 31 .
To run a job at 1am tomorrow, you would do
.Ic at 1am tomorrow .
.Pp
The
.Nm at
utility also supports the time format used by
.Xr touch 1
(see the
.Fl t
option).
.Pp
For both
.Nm at
and
.Nm batch ,
commands are read from standard input (or the file specified
with the
.Fl f
option) and executed.
The working directory, the environment (except for the variables
.Ev TERM ,
.Ev TERMCAP ,
.Ev DISPLAY ,
and
.Ev _ ) ,
and the
.Ar umask
are retained from the time of invocation.
An
.Nm at
or
.Nm batch
command invoked from a
.Xr su 1
shell will retain the current user ID.
The user will be mailed standard error and standard output from his
commands, if any.
Mail will be sent using
.Xr sendmail 8 .
If
.Nm at
is executed from a
.Xr su 1
shell, the owner of the login shell will receive the mail.
.Pp
For non-root users, permission to run
.Nm
is determined by the files
.Pa /var/cron/at.allow
and
.Pa /var/cron/at.deny .
.Em Note :
these files must be readable by group crontab (if they exist).
.Pp
If the file
.Pa /var/cron/at.allow
exists, only usernames mentioned in it are allowed to use
.Nm at .
If
.Pa /var/cron/at.allow
does not exist,
.Pa /var/cron/at.deny
is checked.
Every username not mentioned in it is then allowed to use
.Nm at .
If neither exists, only the superuser is allowed to run
.Nm at .
.Pp
An empty
.Pa /var/cron/at.deny
means that every user is allowed to use these commands.
This is the default configuration.
.Sh FILES
.Bl -tag -width /var/cron/at.allow -compact
.It Pa /var/cron/atjobs
directory containing job files
.It Pa /var/cron/at.allow
allow permission control
.It Pa /var/cron/at.deny
deny permission control
.El
.Sh SEE ALSO
.Xr atq 1 ,
.Xr atrm 1 ,
.Xr nice 1 ,
.Xr sh 1 ,
.Xr touch 1 ,
.Xr umask 2 ,
.Xr cron 8 ,
.Xr sendmail 8
.Sh STANDARDS
The
.Nm
and
.Nm batch
utilities are compliant with the
.St -p1003.1-2008
specification.
.Pp
The
.Nm
flags
.Op Fl bc
and the
.Nm batch
flags
.Op Fl fmq
are extensions to that specification.
.Pp
Behaviour for the
.Fl l
flag differs between this implementation and
.St -p1003.1-2008 .
.Sh AUTHORS
.An -nosplit
.Nm at
was mostly written by
.An Thomas Koenig Aq ig25@rz.uni-karlsruhe.de .
The time parsing routines are by
.An David Parsons Aq orc@pell.chi.il.us .
.Sh BUGS
.Nm at
and
.Nm batch
as presently implemented are not suitable when users are competing for
resources.
If this is the case for your site, you might want to consider another
batch system, such as
.Nm nqs .
|