Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cupsctl(8) [suse man page]

cupsctl(8)							    Apple Inc.								cupsctl(8)

NAME
cupsctl - configure cupsd.conf options SYNOPSIS
cupsctl [ -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 ] DESCRIPTION
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. OPTIONS
The following options are recognized: -E Enables encryption on the connection to the scheduler. -U username Specifies an alternate username to use when authenticating with the scheduler. -h server[:port] Specifies the server address. --[no-]debug-logging Enables or disables debug logging in the error_log file. --[no-]remote-admin Enables or disables remote administration. --[no-]remote-any Enables or disables printing from any address, e.g. the Internet. --[no-]remote-printers Enables or disables the display of remote printers shared via the CUPS, LDAP, or SLP protocols. --[no-]share-printers Enables or disables sharing of local printers with other computers. --[no-]user-cancel-any Allows or prevents users from canceling jobs owned by others. EXAMPLES
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-shared-printers Enable printing using the file: pseudo-device: cupsctl FileDevice=Yes SEE ALSO
cupsd.conf(5), cupsd(8), http://localhost:631/help COPYRIGHT
Copyright 2007-2009 by Apple Inc. 5 July 2007 CUPS cupsctl(8)

Check Out this Related Man Page

cupsd(8)							    Apple Inc.								  cupsd(8)

NAME
cupsd - cups scheduler SYNOPSIS
cupsd [ -c cupsd.conf ] [ -f ] [ -F ] [ -h ] [ -l ] [ -s cups-files.conf ] [ -t ] DESCRIPTION
cupsd is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1, and supports most of the requirements for IPP Everywhere. If no options are specified on the command-line then the default configuration file /etc/cups/cupsd.conf will be used. OPTIONS
-c cupsd.conf Uses the named cupsd.conf configuration file. -f Run cupsd in the foreground; the default is to run in the background as a "daemon". -F Run cupsd in the foreground but detach the process from the controlling terminal and current directory. This is useful for running cupsd from init(8). -h Shows the program usage. -l This option is passed to cupsd when it is run from launchd(8) or systemd(8). -s cups-files.conf Uses the named cups-files.conf configuration file. -t Test the configuration file for syntax errors. FILES
/etc/cups/classes.conf /etc/cups/cups-files.conf /etc/cups/cupsd.conf /usr/share/cups/mime/mime.convs /usr/share/cups/mime/mime.types /etc/cups/printers.conf /etc/cups/subscriptions.conf CONFORMING TO
cupsd implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administrative operations. EXAMPLES
Run cupsd in the background with the default configuration file: cupsd Test a configuration file called test.conf: cupsd -t -c test.conf Run cupsd in the foreground with a test configuration file called test.conf: cupsd -f -c test.conf SEE ALSO
backend(7), classes.conf(5), cups(1), cups-files.conf(5), cups-lpd(8), cupsd.conf(5), cupsd-helper(8), cupsd-logs(8), filter(7), launchd(8), mime.convs(5), mime.types(5), printers.conf(5), systemd(8), CUPS Online Help (http://localhost:631/help) COPYRIGHT
Copyright (C) 2007-2017 by Apple Inc. 12 February 2016 CUPS cupsd(8)
Man Page