atrm - Removes jobs spooled by at
atrm [-a] [-f | -i] [job_number...] | [user...]
The atrm command removes jobs that were created with the
at command.
Removes all jobs belonging to the person invoking atrm.
If invoked by a privileged user, all jobs on the queue are
removed. Suppresses the printing of all information about
the jobs being removed. Prompts before a job is removed;
a response of y, or the locale's equivalent of y, causes
the job to be removed. Obsolete version of -a.
If one or more job numbers is specified, atrm attempts to
remove only those jobs.
If one or more usernames is specified, all jobs belonging
to those users are removed. This form of invoking atrm is
useful only if you have superuser authority.
To remove job number 62169200.a, created by user chinn,
from the queue created by the at command, enter: atrm
chinn.62169200.a
Note that specifies an at job for sh. (.f specifies an at
job for csh, and specifies an at job for ksh.)
Main cron directory. List of allowed users. List of
denied users. Spool area. Queue description file for at,
batch, and cron.
Commands: at(1), atq(1), cron(8)
Files: queuedefs(4)
atrm(1)
[ Back ] |