cups*: add Korean translation (#14131)
This commit is contained in:
28
pages.ko/common/cupsctl.md
Normal file
28
pages.ko/common/cupsctl.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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}'`
|
Reference in New Issue
Block a user