]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsd.man.in
Allow more paths in sandbox.
[thirdparty/cups.git] / man / cupsd.man.in
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" cupsd 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 cupsd 8 "CUPS" "8 July 2014" "Apple Inc."
16 .SH NAME
17 cupsd \- cups scheduler
18 .SH SYNOPSIS
19 .B cupsd
20 [
21 .B \-c
22 .I config-file
23 ] [
24 .B \-f
25 ] [
26 .B \-F
27 ] [
28 .B \-h
29 ] [
30 .B -l
31 ] [
32 .B -t
33 ]
34 .SH DESCRIPTION
35 .B cupsd
36 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
37 .I /etc/cups/cupsd.conf
38 will be used.
39 .SH OPTIONS
40 .TP 5
41 .BI \-c \ config-file
42 Uses the named configuration file.
43 .TP 5
44 .B \-f
45 Run
46 .B cupsd
47 in the foreground; the default is to run in the background as a "daemon".
48 .TP 5
49 .B \-F
50 Run
51 .B cupsd
52 in the foreground but detach the process from the controlling terminal and current directory. This is useful for running
53 .B cupsd
54 from
55 .BR init (8).
56 .TP 5
57 .B \-h
58 Shows the program usage.
59 .TP 5
60 .B \-l
61 This option is passed to
62 .B cupsd
63 when it is run from
64 .BR launchd (8)
65 or
66 .BR systemd (8).
67 .TP 5
68 .B \-t
69 Test the configuration file for syntax errors.
70 .SH FILES
71 .nf
72 .I /etc/cups/classes.conf
73 .I /etc/cups/cups-files.conf
74 .I /etc/cups/cupsd.conf
75 .I /usr/share/cups/mime/mime.convs
76 .I /usr/share/cups/mime/mime.types
77 .I /etc/cups/printers.conf
78 .I /etc/cups/subscriptions.conf
79 .fi
80 .SH CONFORMING TO
81 .B cupsd
82 implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administrative operations.
83 .SH EXAMPLES
84 Run
85 .B cupsd
86 in the background with the default configuration file:
87 .nf
88
89 cupsd
90
91 .fi
92 Test a configuration file called
93 .IR test.conf :
94 .nf
95
96 cupsd \-t \-c test.conf
97
98 .fi
99 Run
100 .B cupsd
101 in the foreground with a test configuration file called
102 .IR test.conf :
103 .nf
104
105 cupsd \-f \-c test.conf
106
107 .fi
108 .SH SEE ALSO
109 .BR backend (7),
110 .BR classes.conf (5),
111 .BR cups (1),
112 .BR cups-lpd (8),
113 .BR cupsd.conf (5),
114 .BR cupsd-helper (8),
115 .BR cupsd-logs (8),
116 .BR filter (7),
117 .BR launchd (8),
118 .BR mime.convs (5),
119 .BR mime.types (5),
120 .BR printers.conf (5),
121 .BR systemd (8),
122 CUPS Online Help (http://localhost:631/help)
123 .SH COPYRIGHT
124 Copyright \[co] 2007-2014 by Apple Inc.
125 .\"
126 .\" End of "$Id$".
127 .\"