blob: aade47d8a77958ae9818d322e3414a77aef7bb46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.TH ATRUN 8 "Nov 1996" local "Linux Programmer's Manual"
.SH NAME
atrun \- run jobs queued for later execution
.SH SYNOPSIS
.B atrun
.RB [ -l
.IR load_avg ]
.RB [ -d ]
.SH DESCRIPTION
.B atrun
runs jobs queued by
.BR at(1) .
It is a shell script invoking
.B /usr/sbin/atd
with the
.I -s
option, and is provided for backward compatibility with older
installations.
.SH SEE ALSO
.BR at (1),
.BR atd (8).
.SH AUTHOR
At was mostly written by Thomas Koenig.
|