[BACK]Return to atrm.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / at

Annotation of src/usr.bin/at/atrm.1, Revision 1.3

1.3     ! millert     1: .\"    $OpenBSD: atrm.1,v 1.2 2003/02/19 00:22:54 millert Exp $
1.1       millert     2: .\"
                      3: .\" Copyright (c) 1985, 1990, 1993
                      4: .\"    The Regents of the University of California.  All rights reserved.
                      5: .\"
                      6: .\" Redistribution and use in source and binary forms, with or without
                      7: .\" modification, are permitted provided that the following conditions
                      8: .\" are met:
                      9: .\" 1. Redistributions of source code must retain the above copyright
                     10: .\"    notice, this list of conditions and the following disclaimer.
                     11: .\" 2. Redistributions in binary form must reproduce the above copyright
                     12: .\"    notice, this list of conditions and the following disclaimer in the
                     13: .\"    documentation and/or other materials provided with the distribution.
                     14: .\" 3. All advertising materials mentioning features or use of this software
                     15: .\"    must display the following acknowledgement:
                     16: .\"    This product includes software developed by the University of
                     17: .\"    California, Berkeley and its contributors.
                     18: .\" 4. Neither the name of the University nor the names of its contributors
                     19: .\"    may be used to endorse or promote products derived from this software
                     20: .\"    without specific prior written permission.
                     21: .\"
                     22: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     23: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     24: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     25: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     26: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     27: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     28: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     29: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     30: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     31: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     32: .\" SUCH DAMAGE.
                     33: .\"
                     34: .\"     @(#)atrm.1     8.1 (Berkeley) 6/6/93
                     35: .\"
                     36: .Dd May 13, 2002
                     37: .Dt ATRM 1
                     38: .Os
                     39: .Sh NAME
                     40: .Nm atrm
                     41: .Nd remove jobs spooled by
                     42: .Xr at 1
                     43: .Sh SYNOPSIS
                     44: .Nm atrm
                     45: .Op Fl afi
                     46: .Oo Op Ar job
                     47: .Op Ar name ... Oc
                     48: .Sh DESCRIPTION
                     49: .Nm atrm
                     50: removes jobs that were created with the
                     51: .Xr at 1
                     52: command.
                     53: .Pp
                     54: The options are as follows:
                     55: .Bl -tag -width Ds
                     56: .It Fl a
                     57: Remove all jobs belonging to the user invoking
                     58: .Nm atrm .
                     59: If the user is the superuser, remove all jobs.
                     60: .It Fl f
                     61: All information regarding the removal of the specified jobs is suppressed.
                     62: .It Fl i
                     63: .Nm atrm
                     64: asks whether a job should be removed.
                     65: If the user responds with
                     66: .Ql y ,
                     67: the job will be removed.
                     68: .El
                     69: .Pp
                     70: If one or more
                     71: .Ar job
                     72: ids are specified,
                     73: .Nm atrm
                     74: attempts to remove only those
1.2       millert    75: .Ar job Ns s.
1.1       millert    76: .Pp
                     77: If one or more user names are specified, all jobs belonging to those users
                     78: are removed.
                     79: Only the superuser may remove other users' jobs.
                     80: .Sh FILES
1.3     ! millert    81: .Bl -tag -width /var/cron/atjobs -compact
        !            82: .It Pa /var/cron/atjobs
1.1       millert    83: directory containing job files
                     84: .El
                     85: .Sh SEE ALSO
                     86: .Xr at 1 ,
                     87: .Xr atq 1 ,
                     88: .Xr cron 8
                     89: .Sh HISTORY
                     90: The
                     91: .Nm
                     92: command appeared in
                     93: .Bx 4.3 .