]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsd-helper.man
Fix 'it not'/'is not' typo in client.conf.man manpage
[thirdparty/cups.git] / man / cupsd-helper.man
CommitLineData
7131e285 1.\"
7131e285
MS
2.\" cupsd-helper man page for CUPS.
3.\"
4.\" Copyright 2007-2014 by Apple Inc.
5.\" Copyright 1997-2006 by Easy Software Products.
6.\"
7.\" These coded instructions, statements, and computer programs are the
8.\" property of Apple Inc. and are protected by Federal copyright
9.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
10.\" which should have been included with this file. If this file is
11.\" file is missing or damaged, see the license at "http://www.cups.org/".
12.\"
13.TH cupsd-helper 8 "CUPS" "15 April 2014" "Apple Inc."
14.SH NAME
15cupsd\-helper \- cupsd helper programs
16.SH SYNOPSIS
17.B cups\-deviced
18.I request-id
19.I limit
20.I user-id
21.I options
22.br
23.B cups\-driverd
24.B cat
25.I ppd-name
26.br
27.B cups\-driverd
28.B list
29.I request_id
30.I limit
31.I options
32.br
33.B cups\-exec
34.I sandbox-profile
35[
36.I \-g
37.I group-id
38] [
39.I \-n
40.I nice-value
41] [
42.I \-u
43.I user-id
44]
45.I /path/to/program
46.I argv0
47.I ...
48.I argvN
49.SH DESCRIPTION
50The \fBcupsd\-helper\fR programs perform long-running operations on behalf of the scheduler,
51.BR cupsd (8).
52The \fBcups-deviced\fR helper program runs each CUPS
53.BR backend (7)
54with no arguments in order to discover the available printers.
55.LP
56The \fBcups-driverd\fR helper program lists all available printer drivers, a subset of "matching" printer drivers, or a copy of a specific driver PPD file.
57.LP
8072030b 58The \fBcups-exec\fR helper program runs backends, filters, and other programs. On macOS these programs are run in a secure sandbox.
7131e285
MS
59.SH FILES
60The \fBcups-driverd\fR program looks for PPD and driver information files in the following directories:
61.nf
62
63 \fI/Library/Printers\fR
64 \fI/opt/share/ppd\fR
65 \fI/System/Library/Printers\fR
66 \fI/usr/local/share/ppd\fR
67 \fI/usr/share/cups/drv\fR
68 \fI/usr/share/cups/model\fR
69 \fI/usr/share/ppd\fR
70.fi
71.LP
72PPD files can be compressed using the
73.BR gzip (1)
74program or placed in compressed
75.BR tar (1)
76archives to further reduce their size.
77.LP
78Driver information files must conform to the format defined in
79.BR ppdcfile (5).
80.SH SEE ALSO
81.BR backend (7),
82.BR cups (1),
83.BR cupsd (8),
84.BR cupsd.conf (5),
85.BR filter (7),
86.BR ppdcfile (5),
87CUPS Online Help (http://localhost:631/help)
88.SH COPYRIGHT
d58c2629 89Copyright \[co] 2007-2016 by Apple Inc.