Linux Commands Examples

A great documentation place for Linux commands

atd

run jobs queued for later execution


see also : at - cron - crontab

Synopsis

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


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

atd runs jobs queued by at(1).

options

-l

Specifies a limiting load factor, over which batch jobs should not be run, instead of the compile-time choice of 1.5. For an SMP system with n CPUs, you will probably want to set this higher than n-1.

-b

Specify the minimum interval in seconds between the start of two batch jobs (60 default).

-d

Debug; print error messages to standard error instead of using syslog(3). This option also implies -f.

-f

Run atd in the foreground.

-s

Process the at/batch queue only once. This is primarily of use for compatibility with old versions of at; atd -s is equivalent to the old atrun command.

files

/var/spool/cron/atjobs The directory for storing jobs; this should be mode 700, owner daemon.

/var/spool/cron/atspool The directory for storing output; this should be mode 700, owner daemon.

/etc/at.allow, /etc/at.deny determine who can use the at system.

warning

atd won’t work if its spool directory is mounted via NFS even if no_root_squash is set.


bugs

The functionality of atd should be merged into cron(8).


see also

at , at.deny, at.allow, cron , crontab , syslog.

How can this site be more helpful to YOU ?


give  feedback