AT_ACCESS(5) Linux Programmer's Manual AT_ACCESS(5)
NAME
at.acess, at.deny - determine who can submit jobs via at or batch
DESCRIPTION
The /etc/at.access and /etc/at.deny files determine which user can sub-
mit commands for later execution via at(1) or batch(1).
The format of the files is a list of usernames, one on each line.
Whitespace is not permitted.
The superuser may always use at.
If the file(1,n) /etc/at.allow exists, only usernames mentioned in(1,8) it are
allowed to use at.
If /etc/at.allow does not exist, /etc/at.deny is checked.
SEE ALSO
at(1), atrun(1), cron(1), crontab(1,5)(1), atd(8)
Sep 1997 AT_ACCESS(5)