]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsd-helper.man
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / man / cupsd-helper.man
1 .\"
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
15 cupsd\-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
50 The \fBcupsd\-helper\fR programs perform long-running operations on behalf of the scheduler,
51 .BR cupsd (8).
52 The \fBcups-deviced\fR helper program runs each CUPS
53 .BR backend (7)
54 with no arguments in order to discover the available printers.
55 .LP
56 The \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
58 The \fBcups-exec\fR helper program runs backends, filters, and other programs. On OS X these programs are run in a secure sandbox.
59 .SH FILES
60 The \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
72 PPD files can be compressed using the
73 .BR gzip (1)
74 program or placed in compressed
75 .BR tar (1)
76 archives to further reduce their size.
77 .LP
78 Driver 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),
87 CUPS Online Help (http://localhost:631/help)
88 .SH COPYRIGHT
89 Copyright \[co] 2007-2015 by Apple Inc.