man-pages/man8/cupsd.8.html
2021-03-31 01:06:50 +01:00

216 lines
4.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of cupsd</TITLE>
</HEAD><BODY>
<H1>cupsd</H1>
Section: Apple Inc. (8)<BR>Updated: CUPS<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
cupsd - cups scheduler
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>cupsd</B>
[
<B>-c</B>
<I>cupsd.conf</I>
] [
<B>-f</B>
] [
<B>-F</B>
] [
<B>-h</B>
] [
<B>-l</B>
] [
<B>-s</B>
<I>cups-files.conf</I>
] [
<B>-t</B>
]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>cupsd</B>
is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1, and supports most of the requirements for IPP Everywhere. If no options are specified on the command-line then the default configuration file
<I>/etc/cups/cupsd.conf</I>
will be used.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>-c</B><I>&nbsp;cupsd.conf</I>
<DD>
Uses the named cupsd.conf configuration file.
<DT id="2"><B>-f</B>
<DD>
Run
<B>cupsd</B>
in the foreground; the default is to run in the background as a &quot;daemon&quot;.
<DT id="3"><B>-F</B>
<DD>
Run
<B>cupsd</B>
in the foreground but detach the process from the controlling terminal and current directory. This is useful for running
<B>cupsd</B>
from
<B><A HREF="/cgi-bin/man/man2html?8+init">init</A></B>(8).
<DT id="4"><B>-h</B>
<DD>
Shows the program usage.
<DT id="5"><B>-l</B>
<DD>
This option is passed to
<B>cupsd</B>
when it is run from
<B><A HREF="/cgi-bin/man/man2html?8+launchd">launchd</A></B>(8)
or
<B><A HREF="/cgi-bin/man/man2html?8+systemd">systemd</A></B>(8).
<DT id="6"><B>-s</B><I>&nbsp;cups-files.conf</I>
<DD>
Uses the named cups-files.conf configuration file.
<DT id="7"><B>-t</B>
<DD>
Test the configuration file for syntax errors.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>FILES</H2>
<PRE>
<I>/etc/cups/classes.conf</I>
<I>/etc/cups/cups-files.conf</I>
<I>/etc/cups/cupsd.conf</I>
<I>/usr/share/cups/mime/mime.convs</I>
<I>/usr/share/cups/mime/mime.types</I>
<I>/etc/cups/printers.conf</I>
<I>/etc/cups/subscriptions.conf</I>
</PRE>
<A NAME="lbAG">&nbsp;</A>
<H2>CONFORMING TO</H2>
<B>cupsd</B>
implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administrative operations.
<A NAME="lbAH">&nbsp;</A>
<H2>EXAMPLES</H2>
Run
<B>cupsd</B>
in the background with the default configuration file:
<PRE>
cupsd
</PRE>
Test a configuration file called
<I>test.conf</I>:
<PRE>
cupsd -t -c test.conf
</PRE>
Run
<B>cupsd</B>
in the foreground with a test configuration file called
<I>test.conf</I>:
<PRE>
cupsd -f -c test.conf
</PRE>
<A NAME="lbAI">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?7+backend">backend</A></B>(7),
<B><A HREF="/cgi-bin/man/man2html?5+classes.conf">classes.conf</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?1+cups">cups</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?5+cups-files.conf">cups-files.conf</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?8+cups-lpd">cups-lpd</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?5+cupsd.conf">cupsd.conf</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?8+cupsd-helper">cupsd-helper</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?8+cupsd-logs">cupsd-logs</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?7+filter">filter</A></B>(7),
<B><A HREF="/cgi-bin/man/man2html?8+launchd">launchd</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?5+mime.convs">mime.convs</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+mime.types">mime.types</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+printers.conf">printers.conf</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?8+systemd">systemd</A></B>(8),
CUPS Online Help (<A HREF="http://localhost:631/help)">http://localhost:631/help)</A>
<A NAME="lbAJ">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright &#169; 2007-2019 by Apple Inc.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="8"><A HREF="#lbAB">NAME</A><DD>
<DT id="9"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="10"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="11"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="12"><A HREF="#lbAF">FILES</A><DD>
<DT id="13"><A HREF="#lbAG">CONFORMING TO</A><DD>
<DT id="14"><A HREF="#lbAH">EXAMPLES</A><DD>
<DT id="15"><A HREF="#lbAI">SEE ALSO</A><DD>
<DT id="16"><A HREF="#lbAJ">COPYRIGHT</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:11 GMT, March 31, 2021
</BODY>
</HTML>