1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/cupsctl.md
2024-10-11 22:01:34 +05:30

676 B

cupsctl

서버의 cupsd.conf 업데이트 또는 질의. 더 많은 정보: https://openprinting.github.io/cups/doc/man-cupsctl.html.

  • 현재 구성 설정 값을 표시:

cupsctl

  • 특정 서버의 구성 값을 표시:

cupsctl -h {{서버[:포트]}}

  • 스케줄러 연결 시 암호화를 활성화:

cupsctl -E

  • error_log 파일에 대한 디버그 로깅을 활성화 또는 비활성화:

cupsctl {{--debug-logging|--no-debug-logging}}

  • 원격 관리 활성화 또는 비활성화:

cupsctl {{--remote-admin|--no-remote-admin}}

  • 현재 디버그 로깅 상태를 구문 분석:

cupsctl | grep '^_debug_logging' | awk -F= '{print $2}'