atrm(1) — Commands
OSF
NAME
atrm − Removes jobs spooled by at
SYNOPSIS
atrm [-fi] [job_number ...] | [user ...]
The atrm command removes jobs that were created with the at command.
FLAGS
-Removes all jobs belonging to the person invoking atrm.
-fSuppresses the printing of all information about the jobs being removed.
-iPrompts before a job is removed; a response of y, or the locale’s equivalent of y, causes the job to be removed.
DESCRIPTION
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.
Japanese Language Support
If Japanese Language Support is enabled on your system, this command is not available.
EXAMPLES
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 .a specifies an at job for sh. (.f specifies an at job for csh, and .e specifies an at job for ksh.)
FILES
/var/adm/cronMain cron directory.
/var/adm/cron/at.allowList of allowed users.
/var/adm/cron/at.denyList of denied users.
/var/spool/cron/atjobsSpool area.