]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-cupsaccept.html
Initial work on man page modernization (STR #4372)
[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 <p style="margin-left: 5.0em; text-indent: -5.0em">-E
38 <br>
39 <br>
40 Forces encryption when connecting to the server.
41 <p style="margin-left: 5.0em; text-indent: -5.0em">-U username
42 <br>
43 <br>
44 Sets the username that is sent when connecting to the server.
45 <p style="margin-left: 5.0em; text-indent: -5.0em">-h hostname[:port]
46 <br>
47 <br>
48 Chooses an alternate server.
49 <p style="margin-left: 5.0em; text-indent: -5.0em">-r "reason"
50 <br>
51 <br>
52 Sets the reason string that is shown for a printer that is
53 rejecting jobs.
54 <h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
55 Unlike the System V printing system, CUPS allows printer names to
56 contain any printable character except SPACE, TAB, "/", or "#".
57 Also, printer and class names are <i>not</i> case-sensitive.
58 <p>The CUPS versions of <i>accept</i> and <i>reject</i> may ask the
59 user for an access password depending on the printing system
60 configuration. This differs from the System V versions which
61 require the root user to execute these commands.
62 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
63 <i>cancel(1)</i>, <i>cupsenable(8)</i>, <i>lp(1)</i>,
64 <i>lpadmin(8)</i>, <i>lpstat(1)</i>,
65 <br>
66 <a href="http://localhost:631/help">http://localhost:631/help</a>
67 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
68 Copyright 2007-2013 by Apple Inc.
69
70 </body>
71 </html>