atrm(1) DG/UX R4.11MU05 atrm(1)
NAME
atrm - remove jobs spooled by at or batch
SYNOPSIS
atrm [ -afi ] arg ...
where:
arg A user name or job number
DESCRIPTION
Atrm removes delayed-execution jobs that were created with the at(1)
command, but not yet executed. To display the list of these jobs and
associated job numbers, use atq(1).
Atrm removes each job-number you specify, and/or all jobs belonging
to the user you specify, provided that you own the indicated jobs.
Jobs belonging to other users can only be removed by the privileged
user.
Options
-a All. Remove all unexecuted jobs that were created by the
current user. If invoked by the privileged user, the entire
queue will be flushed.
-f Force. Suppress all information regarding the removal of the
specified jobs.
-i Interactive. Ask whether a job should be removed. If you
respond with a y, the job will be removed.
FILES
/var/spool/cron spool area
SEE ALSO
at(1), atq(1).
cron(1M).
Licensed material--property of copyright holder(s)