]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lpadmin.man
More man page updates.
[thirdparty/cups.git] / man / lpadmin.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" lpadmin man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 by Apple Inc.
7 .\" Copyright 1997-2006 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH lpadmin 8 "CUPS" "11 June 2014" "Apple Inc."
16 .SH NAME
17 lpadmin \- configure cups printers and classes
18 .SH SYNOPSIS
19 .B lpadmin
20 [
21 .B \-E
22 ] [
23 .B \-U
24 .I username
25 ] [
26 \fB\-h \fIserver\fR[\fB:\fIport\fR]
27 ]
28 .B \-d
29 .I destination
30 .br
31 .B lpadmin
32 [
33 .B \-E
34 ] [
35 .B \-U
36 .I username
37 ] [
38 \fB\-h \fIserver\fR[\fB:\fIport\fR]
39 ]
40 .B \-p
41 .I destination
42 [
43 .B \-R
44 .I name-default
45 ]
46 .I option(s)
47 .br
48 .B lpadmin
49 [
50 .B \-E
51 ] [
52 .B \-U
53 .I username
54 ] [
55 \fB\-h \fIserver\fR[\fB:\fIport\fR]
56 ]
57 .B \-x
58 .I destination
59 .SH DESCRIPTION
60 \fBlpadmin\fR configures printer and class queues provided by CUPS.
61 It can also be used to set the server default printer or class.
62 .LP
63 When specified before the \fI-d\fR, \fI-p\fR, or \fI-x\fR options, the \fI-E\fR option forces encryption when connecting to the server.
64 .LP
65 The first form of the command (\fI-d\fR) sets the default printer or class to \fIdestination\fR.
66 Subsequent print jobs submitted via the
67 .BR lp (1)
68 or
69 .BR lpr (1)
70 commands will use this destination unless the user specifies otherwise with the
71 .BR lpoptions (1)
72 command.
73 .LP
74 The second form of the command (\fI-p\fR) configures the named printer or class. The additional options are described below.
75 .LP
76 The third form of the command (\fI-x\fR) deletes the printer or class \fIdestination\fR.
77 Any jobs that are pending for the destination will be removed and any job that is currently printed will be aborted.
78 .SH OPTIONS
79 The following options are recognized when configuring a printer queue:
80 .TP 5
81 \fB\-c \fIclass\fR
82 Adds the named \fIprinter\fR to \fIclass\fR.
83 If \fIclass\fR does not exist it is created automatically.
84 .TP 5
85 \fB\-i \fIinterface\fR
86 Sets a System V style interface script for the printer.
87 This option cannot be specified with the \fI-P\fR option (PPD file) and is intended for providing support for legacy printer drivers.
88 .TP 5
89 \fB\-m \fImodel\fR
90 Sets a standard System V interface script or PPD file for the printer from the \fImodel\fR directory or using one of the driver interfaces.
91 Use the \fI-m\fR option with the
92 .BR lpinfo (8)
93 command to get a list of supported models.
94 .TP 5
95 \fB\-o cupsIPPSupplies=true\fR
96 .TP 5
97 \fB\-o cupsIPPSupplies=false\fR
98 Specifies whether IPP supply level values should be reported.
99 .TP 5
100 \fB\-o cupsSNMPSupplies=true\fR
101 .TP 5
102 \fB\-o cupsSNMPSupplies=false\fR
103 Specifies whether SNMP supply level (RFC 3805) values should be reported.
104 .TP 5
105 \fB\-o job\-k\-limit=\fIvalue\fR
106 Sets the kilobyte limit for per-user quotas.
107 The value is an integer number of kilobytes; one kilobyte is 1024 bytes.
108 .TP 5
109 \fB\-o job\-page\-limit=\fIvalue\fR
110 Sets the page limit for per-user quotas.
111 The value is the integer number of pages that can be printed; double-sided pages are counted as two pages.
112 .TP 5
113 \fB-o job\-quota\-period=\fIvalue\fR
114 Sets the accounting period for per-user quotas.
115 The value is an integer number of seconds; 86,400 seconds are in one day.
116 .TP 5
117 \fB\-o job\-sheets\-default=\fIbanner\fR
118 .TP 5
119 \fB\-o job\-sheets\-default=\fIbanner\fB,\fIbanner\fR
120 Sets the default banner page(s) to use for print jobs.
121 .TP 5
122 \fB\-o \fIname\fB=\fIvalue\fR
123 Sets a PPD option for the printer.
124 PPD options can be listed using the \fI-l\fR option with the
125 .BR lpoptions (1)
126 command.
127 .TP 5
128 \fB\-o \fIname\fB-default=\fIvalue\fR
129 Sets a default server-side option for the destination.
130 Any print-time option can be defaulted, e.g., "-o number-up-default=2" to set the default "number-up" option value to 2.
131 .TP 5
132 \fB\-o port\-monitor=\fIname\fR
133 Sets the binary communications program to use when printing, "none", "bcp", or "tbcp".
134 The default program is "none".
135 The specified port monitor must be listed in the printer's PPD file.
136 .TP 5
137 \fB\-o printer-error-policy=\fIname\fR
138 Sets the error policy to be used when the printer backend is unable to send the job to the printer.
139 The name must be one of "abort-job", "retry-job", "retry-current-job", or "stop-printer".
140 The default error policy is "stop-printer" for printers and "retry-current-job" for
141 classes.
142 .TP 5
143 \fB\-o printer\-is\-shared=true\fR
144 .TP 5
145 \fB\-o printer\-is\-shared=false\fR
146 Sets the destination to shared/published or unshared/unpublished.
147 Shared/published destinations are publicly announced by the server on the LAN based on the browsing configuration in \fIcupsd.conf\fR, while unshared/unpublished destinations are not announced.
148 The default value is "true".
149 .TP 5
150 \fB\-o printer-op-policy=\fIname\fR
151 Sets the IPP operation policy associated with the destination.
152 The name must be defined in the \fIcupsd.conf\fR in a Policy section.
153 The default operation policy is "default".
154 .TP 5
155 \fB\-R \fIname\fB\-default\fR
156 Deletes the named option from \fIprinter\fR.
157 .TP 5
158 \fB\-r \fIclass\fR
159 Removes the named \fIprinter\fR from \fIclass\fR.
160 If the resulting class becomes empty it is removed.
161 .TP 5
162 \fB-u allow:\fR{\fIuser\fR|\fB@\fIgroup\fR}{\fB,\fIuser\fR|\fB,@\fIgroup\fR}*
163 .TP 5
164 \fB-u deny:\fR{\fIuser\fR|\fB@\fIgroup\fR}{\fB,\fIuser\fR|\fB,@\fIgroup\fR}*
165 .TP 5
166 \fB\-u allow:all\fR
167 .TP 5
168 \fB\-u deny:none\fR
169 Sets user-level access control on a destination.
170 Names starting with "@" are interpreted as UNIX groups.
171 The latter two forms turn user-level access control off.
172 .TP 5
173 \fB\-v "\fIdevice-uri\fB"\fR
174 Sets the \fIdevice-uri\fR attribute of the printer queue.
175 Use the \fI-v\fR option with the
176 .BR lpinfo (8)
177 command to get a list of supported device URIs and schemes.
178 .TP 5
179 \fB\-D "\fIinfo\fB"\fR
180 Provides a textual description of the destination.
181 .TP 5
182 .B \-E
183 Enables the destination and accepts jobs; this is the same as running the
184 .BR cupsaccept (8)
185 and
186 .BR cupsenable (8)
187 programs on the destination.
188 .TP 5
189 \fB\-L "\fIlocation\fB"\fR
190 Provides a textual location of the destination.
191 .TP 5
192 \fB\-P \fIppd-file\fR
193 Specifies a PostScript Printer Description file to use with the printer.
194 If specified, this option overrides the \fI-i\fR option (interface script).
195 .SH CONFORMING TO
196 Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#".
197 Also, printer and class names are \fInot\fR case-sensitive.
198 Finally, the CUPS version of \fBlpadmin\fR may ask the user for an access password depending on the printing system configuration.
199 This differs from the System V version which requires the root user to execute this command.
200 .SH NOTES
201 The CUPS version of \fBlpadmin\fR does not support all of the System V or Solaris printing system configuration options.
202 .SH SEE ALSO
203 .BR cupsaccept (8),
204 .BR cupsenable (8),
205 .BR lpinfo (8),
206 .BR lpoptions (1),
207 CUPS Online Help (http://localhost:631/help)
208 .SH COPYRIGHT
209 Copyright \[co] 2007-2014 by Apple Inc.
210 .\"
211 .\" End of "$Id$".
212 .\"