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/osx/lpstat.md

25 lines
465 B
Markdown
Raw Normal View History

# lpstat
> 현재 클래스, 작업 및 프린터에 대한 상태 정보를 표시합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/lpstat.1.html>.
- 프린터, 클래스 및 작업의 긴 목록 표시:
`lpstat -l`
- CUPS 서버에 연결할 때 암호화를 강제:
`lpstat -E`
- 인쇄 작업의 순위 표시:
`lpstat -R`
- CUPS 서버가 실행 중인지 여부 표시:
`lpstat -r`
- 모든 상태 정보 표시:
`lpstat -t`