Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Others
LPRM(1) OpenBSD Reference Manual LPRM(1)
NAME
lprm - remove jobs from the line printer spooling queue
SYNOPSIS
lprm [-Pprinter] [-] [job# ...] [user ...]
DESCRIPTION
lprm will remove a job, or jobs, from a printer's spool queue. Since the
spooling directory is protected from users, using lprm is normally the
only method by which a user may remove a job. The owner of a job is de-
termined by the user's login name and host name on the machine where the
lpr(1) command was invoked.
Options and arguments:
-Pprinter
Specify the queue associated with a specific printer (otherwise
the default printer is used).
- If a single ``-'' is given, lprm will remove all jobs which a us-
er owns. If the super-user employs this flag, the spool queue
will be emptied entirely.
user Causes lprm to attempt to remove any jobs queued belonging to
that user (or users). This form of invoking lprm is useful only
to the super-user.
job # A user may dequeue an individual job by specifying its job num-
ber. This number may be obtained from the lpq(1) program, e.g.
% lpq -l
1st:ken [job #013ucbarpa]
(standard input) 100 bytes
% lprm 13
If neither arguments or options are given, lprm will delete the currently
active job if it is owned by the user who invoked lprm.
lprm announces the names of any files it removes and is silent if there
are no jobs in the queue which match the request list.
lprm 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 lprm:
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.
FILES
/etc/printcap printer characteristics file
/var/spool/* spooling directories
/var/spool/*/lock lock file used to obtain the PID of the current dae-
mon and the job number of the currently active job
SEE ALSO
lpq(1), lpr(1), lpd(8)
DIAGNOSTICS
Permission denied
Printed 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 lprm command appeared in 3.0BSD.
OpenBSD 2.6 June 6, 1993 2
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for lprm(1) OpenBSD sources for lprm(1)
Up to: Printing and Printer Interface
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
lprm.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|