]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-cupsaccept.html
Save work.
[thirdparty/cups.git] / doc / help / man-cupsaccept.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>cupsaccept(8)</title>
7 </head>
8 <body>
9 <h1 class="title">cupsaccept(8)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 cupsaccept/cupsreject - accept/reject jobs sent to a destination
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>cupsaccept</b>
14 [ -E ] [ -U
15 <i>username</i>
16 ] [ -h
17 <i>hostname[:port]</i>
18 ] destination(s)
19 <br>
20 <b>cupsreject</b>
21 [ -E ] [ -U
22 <i>username</i>
23 ] [ -h
24 <i>hostname[:port]</i>
25 ] [ -r
26 <i>reason</i>
27 ] destination(s)
28 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
29 <i>cupsaccept</i> instructs the printing system to accept print jobs to the
30 specified destinations.
31 <p><i>cupsreject</i> instructs the printing system to reject print jobs to the
32 specified destinations. The <i>-r</i> option sets the reason for rejecting
33 print jobs. If not specified the reason defaults to "Reason Unknown".
34 <h2 class="title"><a name="OPTIONS">Options</a></h2>
35 The following options are supported by both <i>cupsaccept</i> and
36 <i>cupsreject</i>:
37 <dl class="man">
38 <dt>-E
39 <dd style="margin-left: 5.0em"><br>
40 Forces encryption when connecting to the server.
41 <dt>-U username
42 <dd style="margin-left: 5.0em"><br>
43 Sets the username that is sent when connecting to the server.
44 <dt>-h hostname[:port]
45 <dd style="margin-left: 5.0em"><br>
46 Chooses an alternate server.
47 <dt>-r "reason"
48 <dd style="margin-left: 5.0em"><br>
49 Sets the reason string that is shown for a printer that is
50 rejecting jobs.
51 </dl>
52 <h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
53 Unlike the System V printing system, CUPS allows printer names to
54 contain any printable character except SPACE, TAB, "/", or "#".
55 Also, printer and class names are <i>not</i> case-sensitive.
56 <p>The CUPS versions of <i>accept</i> and <i>reject</i> may ask the
57 user for an access password depending on the printing system
58 configuration. This differs from the System V versions which
59 require the root user to execute these commands.
60 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
61 <i>cancel(1)</i>, <i>cupsenable(8)</i>, <i>lp(1)</i>,
62 <i>lpadmin(8)</i>, <i>lpstat(1)</i>,
63 <br>
64 <a href="http://localhost:631/help">http://localhost:631/help</a>
65 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
66 Copyright 2007-2013 by Apple Inc.
67
68 </body>
69 </html>