ATRM(1,C) AIX Commands Reference ATRM(1,C)
-------------------------------------------------------------------------------
atrm
PURPOSE
Removes jobs that were created with the at command.
SYNTAX
+--------+ +--------------+
atrm ---| +----+ |---| +----------+ |---|
+-| -f |-+ +-| jobno |-+
| -i | ^| username ||
+----+ |+----------+|
+------------+
DESCRIPTION
The atrm command removes jobs that were created with the at command. If one or
more job numbers is specified, atrm attempts to remove only those jobs.
If one or more user names is specified, all jobs belonging to those users are
removed. This form of invoking atrm is useful only to the superuser.
FLAGS
- Removes all jobs belonging to the person invoking atrm.
-f Suppresses all information about the jobs being removed.
-i Prompts before a job is removed; a 'y' response causes the job to be
removed.
FILES
/usr/spool/cron/atjobs Spool area.
RELATED INFORMATION
See the following commands: "at, batch," "atq" and "cron."
Processed November 8, 1990 ATRM(1,C) 1