cupsctl(8) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

cupsctl(8)

cupsctl(8)                       OpenPrinting                       cupsctl(8)

NAME
       cupsctl - configure cupsd.conf options

SYNOPSIS
       cupsctl [ -h server[:port] ] [ -E ] [ -U username ] [ --[no-]debug-log‐
       ging    ]   [   --[no-]remote-admin   ]   [   --[no-]remote-any   ]   [
       --[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.  Note: This option must occur before
            all others.

       --[no-]debug-logging
            Enables (disables) debug logging to the error_log file.

       --[no-]remote-admin
            Enables (disables) remote administration.

       --[no-]remote-any
            Enables (disables) printing from any address, e.g., the Internet.

       --[no-]share-printers
            Enables (disables) sharing of local printers with other computers.

       --[no-]user-cancel-any
            Allows (prevents) users to cancel 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-share-printers

KNOWN ISSUES
       You cannot set the Listen or Port directives using cupsctl.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:

       box; cbp-1 | cbp-1 l | l .  ATTRIBUTE TYPE ATTRIBUTE VALUE = Availabil‐
       ity   print/cups = Stability Volatile

SEE ALSO
       cupsd.conf(5), cupsd(8),
       CUPS Online Help (http://localhost:631/help)

COPYRIGHT
       Copyright © 2020-2024 by OpenPrinting.



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at:
       https://github.com/oracle/solaris-userland

       The original community source was downloaded from:
       https://github.com/OpenPrinting/cups/releases/down‐
       load/v2.4.15/cups-2.4.15-source.tar.gz

       Further information about this software can be found on the open source
       community website at http://www.cups.org/.

2022-05-02                           CUPS                           cupsctl(8)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3