atrm - remove jobs spooled by at(1)
atrm [-afi] [[job][name ...]]
atrm removes jobs that were created with the at(1) command.
The options are as follows:
-a Remove all jobs belonging to the user invoking atrm.
If the user
is the superuser, remove all jobs.
-f All information regarding the removal of the specified jobs is
suppressed.
-i atrm asks whether a job should be removed. If the
user responds
with `y', the job will be removed.
If one or more job ids are specified, atrm attempts to remove only those
jobs.
If one or more user names are specified, all jobs belonging
to those
users are removed. Only the superuser may remove other
users' jobs.
/var/cron/atjobs directory containing job files
at(1), atq(1), cron(8)
The atrm command appeared in 4.3BSD.
OpenBSD 3.6 May 13, 2002
[ Back ] |