Articles · Book · Estimator · CUPS 1.1 · CUPS 1.2 · CUPS 1.3 · CUPS 1.4 · Other CUPS · Search Help cupsctl(8)cupsctl(8)Namecupsctl - configure cupsd.conf optionsSynopsiscupsctl [ -E ] [-U username ] [ -h server[:port] ] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ] [ --[no-]remote-printers ] [ --[no-]share-printers ] [ --[no-]user-cancel-any ] [ name=value ]Descriptioncupsctl 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.OptionsThe following options are recognized:
ExamplesDisplay 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-shared-printers
Enable printing using the file: pseudo-device:
cupsctl FileDevice=Yes
See Alsocupsd.conf(5), cupsd(8),http://localhost:631/help CopyrightCopyright 2007-2009 by Apple Inc. | ||||||||||
| Comments are owned by the poster. All other material is copyright 2007-2010 Apple Inc. All rights reserved. CUPS and the CUPS logo are trademarks of Apple Inc. All other trademarks are the property of their respective owners. Please report site problems to 'webmaster@cups.org'. |