1cupsd(8) Easy Software Products cupsd(8)
2
3
4
6 cupsd - common unix printing system daemon
7
9 cupsd [ -c config-file ] [ -f ] [ -F ] [ -h ] [ -l ]
10
12 cupsd is the scheduler for the Common UNIX Printing System. It imple‐
13 ments a printing system based upon the Internet Printing Protocol, ver‐
14 sion 1.1. If no options are specified on the command-line then the
15 default configuration file /etc/cups/cupsd.conf will be used.
16
18 -c config-file
19 Uses the named configuration file.
20
21 -f
22 Run cupsd in the foreground; the default is to run in the back‐
23 ground as a "daemon".
24
25 -F
26 Run cupsd in the foreground but detach the process from the con‐
27 trolling terminal and current directory. This is useful for run‐
28 ning cupsd from init(8).
29
30 -h
31 Shows the program usage.
32
33 -l
34 This option is passed to cupsd when it is run from launchd(8).
35
37 cupsd implements all of the required IPP/1.1 attributes and operations.
38 It also implements several CUPS-specific administration operations.
39
41 backend(7), classes.conf(5), cups-deviced(8), cups-driverd(8), cups-
42 lpd(8), cups-polld(8), cupsd.conf(5), filter(7), launchd(8),
43 mime.convs(5), mime.types(5), printers.conf(5),
44 http://localhost:631/help
45
47 Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
48
49
50
5112 February 2006 Common UNIX Printing System cupsd(8)