Linux "atd" Command Line Options and Examples
run jobs queued for later execution

atd runs jobs queued by at(1)..


Usage:

atd [-l load_avg] [-b batch_interval] [-d] [-f] [-s]






Command Line Options:

-b
Specify the minimum interval in seconds between the start of two batch jobs (60 default).
atd -b ...
-d
Debug; print error messages to standard error instead of using syslog(3). This option also implies -f.
atd -d ...
-f
Run atd in the foreground.
atd -f ...