rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
# repquota
> 파일 시스템의 기존 파일 쿼터 요약 정보를 표시합니다.
> 더 많은 정보: <https://manned.org/repquota>.
- 사용 중인 모든 쿼터의 통계 보고:
`sudo repquota -all`
- 할당량을 사용하지 않는 사용자도 포함하여 모든 사용자의 쿼터 통계 보고:
`sudo repquota -v {{파일시스템}}`
- 사용자에 대한 쿼터 보고:
`repquota --user {{파일시스템}}`
- 그룹에 대한 쿼터 보고:
`sudo repquota --group {{파일시스템}}`
- 사람이 읽기 쉬운 형식으로 사용된 쿼터 및 제한 보고:
`sudo repquota --human-readable {{파일시스템}}`
- 사람이 읽기 쉬운 형식으로 사용자 및 그룹의 모든 쿼터 보고:
`sudo repquota -augs`