cupsctl command examples
cupsctl – configure cupsd.conf options
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