]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpstat.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / lpstat.man
CommitLineData
ef416fc2 1.\"
f7faf1f5 2.\" "$Id: lpstat.man 5327 2006-03-23 19:53:24Z mike $"
ef416fc2 3.\"
4.\" lpstat man page for the Common UNIX Printing System (CUPS).
5.\"
fa73b229 6.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 7.\"
8.\" These coded instructions, statements, and computer programs are the
9.\" property of Easy Software Products and are protected by Federal
10.\" copyright law. Distribution and use rights are outlined in the file
11.\" "LICENSE.txt" which should have been included with this file. If this
12.\" file is missing or damaged please contact Easy Software Products
13.\" at:
14.\"
15.\" Attn: CUPS Licensing Information
16.\" Easy Software Products
17.\" 44141 Airport View Drive, Suite 204
18.\" Hollywood, Maryland 20636 USA
19.\"
20.\" Voice: (301) 373-9600
21.\" EMail: cups-info@cups.org
22.\" WWW: http://www.cups.org
23.\"
80ca4592 24.TH lpstat 1 "Common UNIX Printing System" "23 March 2006" "Easy Software Products"
ef416fc2 25.SH NAME
26lpstat \- print cups status information
27.SH SYNOPSIS
28.B lpstat
fa73b229 29[ -E ] [ -U
30.I username
31] [ -h
32.I hostname[:port]
ef416fc2 33] [ -l ] [ -W
34.I which-jobs
35] [ -a [
36.I destination(s)
37] ] [ -c [
38.I class(es)
80ca4592 39] ] [ -d ] [ -o [
ef416fc2 40.I destination(s)
41] ] [ -p [
42.I printer(s)
43] ] [ -r ] [ -R ] [ -s ] [ -t ] [ -u [
44.I user(s)
45] ] [ -v [
46.I printer(s)
47] ]
48.SH DESCRIPTION
bd7854cb 49\fIlpstat\fR displays status information about the current
50classes, jobs, and printers. When run with no arguments,
51\fIlpstat\fR will list jobs queued by the current user.
52.SH OPTIONS
53The \fIlpstat\fR command supports the following options:
ef416fc2 54.TP 5
bd7854cb 55-E
ef416fc2 56.br
57Forces encryption when connecting to the server.
58.TP 5
bd7854cb 59-R
60.br
61Shows the ranking of print jobs.
62.TP 5
63-U username
64.br
65Specifies an alternate username.
66.TP 5
67-W which-jobs
68.br
69Specifies which jobs to show, \fIcompleted\fR or
70\fInot-completed\fR (the default). This option \fImust\fR appear
71before the \fI-o\fR option and/or any printer names, otherwise
72the default (not-completed) value will be used in the request to
73the scheduler.
74.TP 5
75-a [printer(s)]
ef416fc2 76.br
77Shows the accepting state of printer queues. If no printers are
78specified then all printers are listed.
79.TP 5
bd7854cb 80-c [class(es)]
ef416fc2 81.br
bd7854cb 82Shows the printer classes and the printers that belong to them.
83If no classes are specified then all classes are listed.
ef416fc2 84.TP 5
bd7854cb 85-d
ef416fc2 86.br
87Shows the current default destination.
88.TP 5
bd7854cb 89-h server[:port]
ef416fc2 90.br
bd7854cb 91Specifies an alternate server.
ef416fc2 92.TP 5
bd7854cb 93-l
ef416fc2 94.br
95Shows a long listing of printers, classes, or jobs.
96.TP 5
bd7854cb 97-o [destination(s)]
ef416fc2 98.br
99Shows the jobs queue on the specified destinations. If no destinations are
100specified all jobs are shown.
101.TP 5
bd7854cb 102-p [printer(s)]
ef416fc2 103.br
104Shows the printers and whether or not they are enabled for printing. If
105no printers are specified then all printers are listed.
106.TP 5
bd7854cb 107-r
ef416fc2 108.br
bd7854cb 109Shows whether the CUPS server is running.
ef416fc2 110.TP 5
bd7854cb 111-s
ef416fc2 112.br
113Shows a status summary, including the default destination, a
114list of classes and their member printers, and a list of printers and
115their associated devices. This is equivalent to using the "-d", "-c",
116and "-v" options.
117.TP 5
bd7854cb 118-t
ef416fc2 119.br
120Shows all status information. This is equivalent to using the "-r",
121"-d", "-c", "-v", "-a", "-p", and "-o" options.
122.TP 5
bd7854cb 123-u [user(s)]
ef416fc2 124.br
125Shows a list of print jobs queued by the specified users. If no users
126are specified, lists the jobs queued by the current user.
127.TP 5
bd7854cb 128-v [printer(s)]
ef416fc2 129.br
130Shows the printers and what device they are attached to. If no printers
131are specified then all printers are listed.
ef416fc2 132.SH COMPATIBILITY
bd7854cb 133Unlike the System V printing system, CUPS allows printer names to
134contain any printable character except SPACE, TAB, "/", and "#".
135Also, printer and class names are \fInot\fR case-sensitive.
ef416fc2 136.LP
bd7854cb 137The "-h", "-E", "-U", and "-W" options are unique to CUPS.
ef416fc2 138.LP
139The Solaris "-f", "-P", and "-S" options are silently ignored.
140.SH SEE ALSO
bd7854cb 141\fIcancel(1)\fR, \fIlp(1)\fR,
fa73b229 142.br
143http://localhost:631/help
ef416fc2 144.SH COPYRIGHT
bd7854cb 145Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
ef416fc2 146.\"
f7faf1f5 147.\" End of "$Id: lpstat.man 5327 2006-03-23 19:53:24Z mike $".
ef416fc2 148.\"