at [-V] [-q Q] [-f file]
[-mldbv] { time | -t time_arg}
batch [-V] [-q Q] [-f file] [-mv] [time]
at -c job [job…]
atq [-V] [-q queue]
atrm [-V] job [job…]
at and batch read commands from standard input or a specified file to be executed at a later time .
at timespec |
-q queue
|
midnight, noon, or teatime (4pm)now [+ n ] minutes, hours, days, or weeks or HH:MM[AM|PM]
A date may follow the time.
MMDDYY or MM/DD/YY or DD.MM.YY.
month-name day [year], or
today or tomorrow.
4pm + 3 days
10am Jul 31
1am tomorrow.
The working directory, the environment (except for $TERM, $DISPLAY and _) and umask are retained from the time of invocation.
A job invoked from a su shell retains the current userid.
The user will be mailed standard error and standard output using /usr/sbin/sendmail.
If at is executed from a su shell, the owner of the login shell will receive the mail.
For other users:
If /etc/at.allow exists, only usernames in it are allowed to use at.
If /etc/at.allow does not exist,
/etc/at.deny is checked, every username not mentioned in it
If neither exists, only the superuser is allowed use of at.
If /etc/at.denys is empty every user is allowed use these commands, default .
SHELL settings,
environment variables at the time of at invocation are used when the commands are run, TERM, DISPLAY, SHELLOPTS, _, PPID, BASH_VERSINFO, EUID, UID, GROUPS.LD_LIBRARY_PATH
/var/spool/at /var/spool/at/spool
/var/run/utmp
/proc/loadavg
/etc/at.allow /etc/at.deny
SEE cron, nice,bash,
umask, atd
Made true HTML and terse by Dennis German