]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-cupsd.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-cupsd.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>cupsd(8)</title>
7 </head>
8 <body>
9 <h1 class="title">cupsd(8)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 cupsd - cups scheduler
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>cupsd</b>
14 [ -c
15 <i>config-file</i>
16 ] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ]
17 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
18 <b>cupsd</b>
19 is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1. If no options are specified on the command-line then the default configuration file
20 <i>/etc/cups/cupsd.conf</i>
21 will be used.
22 <h2 class="title"><a name="OPTIONS">Options</a></h2>
23 <p style="margin-left: 5.0em; text-indent: -5.0em">-c config-file
24 <br>
25 Uses the named configuration file.
26 <p style="margin-left: 5.0em; text-indent: -5.0em">-f
27 <br>
28 Run
29 <b>cupsd</b>
30 in the foreground; the default is to run in the background as a "daemon".
31 <p style="margin-left: 5.0em; text-indent: -5.0em">-F
32 <br>
33 Run
34 <b>cupsd</b>
35 in the foreground but detach the process from the controlling terminal and current directory. This is useful for running
36 <b>cupsd</b> from <b>init</b>(8).
37 <p style="margin-left: 5.0em; text-indent: -5.0em">-h
38 <br>
39 Shows the program usage.
40 <p style="margin-left: 5.0em; text-indent: -5.0em">-l
41 <br>
42 This option is passed to
43 <b>cupsd</b>
44 when it is run from
45 <b>launchd</b>(8).
46 <p style="margin-left: 5.0em; text-indent: -5.0em">-t
47 <br>
48 Test the configuration file for syntax errors.
49 <h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
50 <b>cupsd</b>
51 implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administration operations.
52 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
53 <a href="man-backend.html?TOPIC=Man+Pages"><b>backend</b>(7),</a> <a href="man-classes.conf.html?TOPIC=Man+Pages"><b>classes.conf</b>(5),</a> <a href="man-cups-deviced.html?TOPIC=Man+Pages"><b>cups-deviced</b>(8),</a> <a href="man-cups-driverd.html?TOPIC=Man+Pages"><b>cups-driverd</b>(8),</a> <a href="man-cups-lpd.html?TOPIC=Man+Pages"><b>cups-lpd</b>(8),</a> <a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a> <a href="man-filter.html?TOPIC=Man+Pages"><b>filter</b>(7),</a> <b>launchd</b>(8), <a href="man-mime.convs.html?TOPIC=Man+Pages"><b>mime.convs</b>(5),</a> <a href="man-mime.types.html?TOPIC=Man+Pages"><b>mime.types</b>(5),</a> <a href="man-printers.conf.html?TOPIC=Man+Pages"><b>printers.conf</b>(5),</a>
54 <a href="http://localhost:631/help">http://localhost:631/help</a>
55 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
56 Copyright &copy; 2007-2014 by Apple Inc.
57
58 </body>
59 </html>