cupsd
Server daemon for the CUPS print server. More information: https://www.cups.org/doc/man-cupsd.html.
-
Start
cupsdin the background, aka. as a daemon:
cupsd -
Start
cupsdon the [f]oreground:
cupsd -f -
[l]aunch
cupsdon-demand (commonly used bylaunchdorsystemd):
cupsd -l -
Start
cupsdusing the specified [c]upsd.confconfiguration file:
cupsd -c {{path/to/cupsd.conf}} -
Start
cupsdusing the specifiedcups-file[s].confconfiguration file:
cupsd -s {{path/to/cups-files.conf}} -
[t]est the [
c]upsd.confconfiguration file for errors:
cupsd -t -c {{path/to/cupsd.conf}} -
[t]est the
cups-file[s].confconfiguration file for errors:
cupsd -t -s {{path/to/cups-files.conf}} -
Display all available options:
cupsd -h
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.