cupsctl(8) | Apple Inc. | cupsctl(8) |
cupsctl - configure cupsd.conf options
cupsctl [ -E ] [ -U username ] [ -h server[:port] ] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ] [ --[no-]share-printers ] [ --[no-]user-cancel-any ] [ name=value ]
cupsctl updates or queries the cupsd.conf file for a server. When no changes are requested, the current configuration values are written to the standard output in the format "name=value", one per line.
The following options are recognized:
Display the current settings:
cupsctl
Enable debug logging:
cupsctl --debug-logging
Get the current debug logging state:
cupsctl | grep '^_debug_logging' | awk -F= '{print $2}'
Disable printer sharing:
cupsctl --no-share-printers
You cannot set the Listen or Port directives using cupsctl.
cupsd.conf(5), cupsd(8),
CUPS Online Help (http://localhost:631/help)
Copyright © 2007-2017 by Apple Inc.
CUPS | 30 May 2016 |