NAME
lprrm - remove jobs from the line printer spooling queue
SYNOPSIS
lprrm [-Pprinter] [-] [job # ...] [user ...]
DESCRIPTION
Lprrm will remove a job, or jobs, from a printer's spool queue. Since the spooling directory is protected from users, using lprrm is normally the only method by which a user may remove a job. The owner of a job is determined by the user's login name and host name on the machine where the lpr(1) command was invoked.
Options and arguments:
Lprrm announces the names of any files it removes and is silent if there are no jobs in the queue which match the request list.
Lprrm will kill off an active daemon, if necessary, before removing any spooling files. If a daemon is killed, a new one is automatically restarted upon completion of file removals.
ENVIRONMENT
If the following environment variable exists, it is utilized by lprrm.
PRINTER If the environment variable PRINTER exists, and a printer has not been specified with the -P option, the default printer is assumed from PRINTER.
DIAGNOSTICS
``Permission denied" if the user tries to remove files other than his own.
BUGS
Since there are race conditions possible in the update of the lock file, the currently active job may be incorrectly identified.
HISTORY
The lprrm command appeared in 3.0BSD.
4.2 Berkeley Distribution May 9, 1991 2