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
LPQ(1) OpenBSD Reference Manual LPQ(1)
NAME
lpq - spool queue examination program
SYNOPSIS
lpq [-a] [-l] [-Pprinter] [job# ...] [user ...]
DESCRIPTION
lpq examines the spooling area used by lpd(8) for printing files on the
line printer, and reports the status of the specified jobs or all jobs
associated with a user. lpq invoked without any arguments reports on any
jobs currently in the queue.
Options:
-P Specify a particular printer, otherwise the default line printer
is used (or the value of the PRINTER variable in the environ-
ment). All other arguments supplied are interpreted as user names
or job numbers to filter out only those jobs of interest.
-l Information about each of the files comprising the job entry is
printed. Normally, only as much information as will fit on one
line is displayed.
-a Report on the local queues for all printers, rather than just the
specified printer.
For each job submitted (i.e., invocation of lpr(1)) lpq reports the us-
er's name, current rank in the queue, the names of files comprising the
job, the job identifier (a number which may be supplied to lprm(1) for
removing a specific job), and the total size in bytes. Job ordering is
dependent on the algorithm used to scan the spooling directory and is
supposed to be FIFO (First In First Out). File names comprising a job
may be unavailable (when lpr(1) is used as a sink in a pipeline) in which
case the file is indicated as ``(standard input)''.
If lpq warns that there is no daemon present (i.e., due to some malfunc-
tion), the lpc(8) command can be used to restart the printer daemon.
ENVIRONMENT
If the following environment variable exists, it is used by lpq:
PRINTER Specifies an alternate default printer.
FILES
/etc/printcap for determining printer characteristics
/var/spool/* spooling directory, as determined from printcap
/var/spool/*/cf* control files specifying jobs
/var/spool/*/lock lock file to obtain the currently active job
SEE ALSO
lpr(1), lprm(1), lpc(8), lpd(8)
HISTORY
lpq appeared in 3BSD.
BUGS
Due to the dynamic nature of the information in the spooling directory,
lpq may report unreliably. Output formatting is sensitive to the line
length of the terminal; this can result in widely spaced columns.
DIAGNOSTICS
Unable to open various files. The lock file being malformed. Garbage
files when there is no daemon active, but files in the spooling directo-
ry.
OpenBSD 2.6 April 28, 1995 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 lpq(1) OpenBSD sources for lpq(1)
Up to: Printing and Printer Interface
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
lpq.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|