 |
Index for Section 1 |
|
 |
Alphabetical listing for A |
|
 |
Bottom of page |
|
atrm(1)
NAME
atrm - Removes jobs spooled by at
SYNOPSIS
atrm [-a] [-f | -i] [job_number...] | [user...]
The atrm command removes jobs that were created with the at command.
OPTIONS
-a Removes all jobs belonging to the person invoking atrm. If invoked by
a privileged user, all jobs on the queue are removed.
-f Suppresses the printing of all information about the jobs being
removed.
-i 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.
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.
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/cron
Main cron directory.
/var/adm/cron/at.allow
List of allowed users.
/var/adm/cron/at.deny
List of denied users.
/var/spool/cron/atjobs
Spool area.
/var/adm/cron/queuedefs
Queue description file for at, batch, and cron.
SEE ALSO
Commands: at(1), atq(1), cron(8)
Files: queuedefs(4)
 |
Index for Section 1 |
|
 |
Alphabetical listing for A |
|
 |
Top of page |
|