common/l*: add Korean translation (#14665)
This commit is contained in:
25
pages.ko/common/lprm.md
Normal file
25
pages.ko/common/lprm.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# lprm
|
||||
|
||||
> 서버의 대기 중인 인쇄 작업 취소.
|
||||
> 같이 보기: `lpq`.
|
||||
> 더 많은 정보: <https://openprinting.github.io/cups/doc/man-lprm.html>.
|
||||
|
||||
- 기본 프린터에서 현재 작업 취소:
|
||||
|
||||
`lprm`
|
||||
|
||||
- 특정 서버의 작업 취소:
|
||||
|
||||
`lprm -h {{서버[:포트]}} {{작업_ID}}`
|
||||
|
||||
- 서버에 암호화된 연결로 여러 작업 취소:
|
||||
|
||||
`lprm -E {{작업_ID1 작업_ID2 ...}}`
|
||||
|
||||
- 모든 작업 취소:
|
||||
|
||||
`lprm -`
|
||||
|
||||
- 특정 프린터 또는 클래스의 현재 작업 취소:
|
||||
|
||||
`lprm -P {{대상[/인스턴스]}}`
|
Reference in New Issue
Block a user