{"id":2698,"date":"2022-12-20T15:17:04","date_gmt":"2022-12-20T18:17:04","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/cupsctl-man8\/"},"modified":"2022-12-20T15:17:04","modified_gmt":"2022-12-20T18:17:04","slug":"cupsctl-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/cupsctl-man8\/","title":{"rendered":"cupsctl (man8)"},"content":{"rendered":"<h1 align=\"center\">cupsctl<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#OPTIONS\">OPTIONS<\/a><br \/> <a href=\"#EXAMPLES\">EXAMPLES<\/a><br \/> <a href=\"#KNOWN ISSUES\">KNOWN ISSUES<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#COPYRIGHT\">COPYRIGHT<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">cupsctl \u2212 configure cupsd.conf options<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>cupsctl<\/b> [ <b>\u2212E<\/b> ] [ <b>\u2212U<\/b> <i>username<\/i> ] [ <b>\u2212h<\/b> <i>server<\/i>[<b>:<\/b><i>port<\/i>] ] [ <b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>debug\u2212logging<\/b> ] [ <b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>remote\u2212admin<\/b> ] [ <b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>remote\u2212any<\/b> ] [ <b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>share\u2212printers<\/b> ] [ <b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>user\u2212cancel\u2212any<\/b> ] [ <i>name=value<\/i> ]<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>cupsctl<\/b> updates or queries the <i>cupsd.conf<\/i> file for a server. When no changes are requested, the current configuration values are written to the standard output in the format &#8220;name=value&#8221;, one per line.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The following options are recognized:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>\u2212E<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"82%\">\n<p>Enables encryption on the connection to the scheduler.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>\u2212U<\/b> <i>username<\/i><\/p>\n<p style=\"margin-left:18%;\">Specifies an alternate username to use when authenticating with the scheduler.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212h<\/b> <i>server<\/i>[<b>:<\/b><i>port<\/i>]<\/p>\n<p style=\"margin-left:18%;\">Specifies the server address.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>debug\u2212logging<\/b><\/p>\n<p style=\"margin-left:18%;\">Enables (disables) debug logging to the <i>error_log<\/i> file.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>remote\u2212admin<\/b><\/p>\n<p style=\"margin-left:18%;\">Enables (disables) remote administration.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>remote\u2212any<\/b><\/p>\n<p style=\"margin-left:18%;\">Enables (disables) printing from any address, e.g., the Internet.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>share\u2212printers<\/b><\/p>\n<p style=\"margin-left:18%;\">Enables (disables) sharing of local printers with other computers.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212<\/b>[<b>no\u2212<\/b>]<b>user\u2212cancel\u2212any<\/b><\/p>\n<p style=\"margin-left:18%;\">Allows (prevents) users to cancel jobs owned by others.<\/p>\n<h2>EXAMPLES <a name=\"EXAMPLES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Display the current settings:<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">cupsctl<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Enable debug logging:<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">cupsctl &#8211;debug-logging<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Get the current debug logging state:<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">cupsctl | grep \u2019^_debug_logging\u2019 | awk -F= \u2019{print $2}\u2019<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Disable printer sharing:<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">cupsctl &#8211;no-share-printers<\/p>\n<h2>KNOWN ISSUES <a name=\"KNOWN ISSUES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">You cannot set the Listen or Port directives using <b>cupsctl<\/b>.<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>cupsd.conf<\/b>(5), <b>cupsd<\/b>(8), <br \/> CUPS Online Help (http:\/\/localhost:631\/help)<\/p>\n<h2>COPYRIGHT <a name=\"COPYRIGHT\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Copyright \u00a9 2007-2019 by Apple Inc.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  cupsctl \u2212 configure cupsd.conf options <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,52,53,4],"class_list":["post-2698","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-cupsctl","tag-man8"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/2698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=2698"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/2698\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=2698"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=2698"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=2698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}