| Linux / Unix Command: cupsd |
NAME
cupsd - common unix printing system daemonSYNOPSIS
cupsd [ -c config-file ] [ -f ] [ -F ]DESCRIPTION
cupsd is the scheduler for the Common UNIX Printing System. It implements a printing system based upon the Internet Printing Protocol, version 1.1. If no options are specified on the command-line then the default configuration file (usually /etc/cups/cupsd.conf) will be used.The -f option forces cupsd to run in the foreground; the default is to run in the background as a "daemon".
The -F option forces cupsd to run in the foreground but detaches the process from the controlling terminal and current directory. This is useful for running cupsd from init.
SEE ALSO
backend(1), classes.conf(5), cupsd.conf(5), filter(1), mime.convs(5), mime.types(5), printers.conf(5), CUPS Implementation of IPP, CUPS Interface Design Description, CUPS Software Administrators Manual, http://localhost:631/documentation.htmlImportant: Use the man command (% man) to see how a command is used on your particular computer.

