785 B
785 B
cupsd
Server daemon for the CUPS print server. More information: https://openprinting.github.io/cups/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 specifiedcupsd.conf[c]onfiguration file:
cupsd -c {{path/to/cupsd.conf}}
- Start
cupsdusing the specifiedcups-files.confconfiguration file:
cupsd -s {{path/to/cups-files.conf}}
- [t]est the
cupsd.conf[c]onfiguration file for errors:
cupsd -t -c {{path/to/cupsd.conf}}
- [t]est the
cups-files.confconfiguration file for errors:
cupsd -t -s {{path/to/cups-files.conf}}
- Display [h]elp:
cupsd -h