remove jobs from the line printer spooling queue
lprrm [-Pprinter] [-] [jobnum ...] [user ...]
The lprrm utility will remove a job(s) from a printer's spool queue. Since the spooling directory itself is protected from users, lprrm is normally the only recourse a user has to remove a job. The job's owner is determined by the user's login name and hostname on the machine where the lpr command was invoked.
Note that if no arguments or options are given, lprrm will delete the currently active job if it's owned by the user who invoked the command.
The lprrm utility announces the names of any files it removes and is silent if the queue contains no jobs that match the request list.
The utility 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.
If the following environment variable exists, lprq uses it:
Since there are race conditions possible in the update of the lock file, the currently active job may be incorrectly identified.