common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

20
pages.ko/common/lpstat.md Normal file
View File

@@ -0,0 +1,20 @@
# lpstat
> 프린터에 대한 상태 정보를 표시.
> 더 많은 정보: <https://manned.org/lpstat>.
- 기기에 존재하는 프린터와 프린터 사용 가능 여부 나열:
`lpstat -p`
- 기본 프린터 표시:
`lpstat -d`
- 사용 가능한 모든 상태 정보 표시:
`lpstat -t`
- 특정 사용자가 대기 중인 인쇄 작업 나열:
`lpstat -u {{사용자}}`