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

16
pages.ko/linux/raw.md Normal file
View File

@@ -0,0 +1,16 @@
# raw
> Unix 원시 문자 장치를 블록 장치에 바인드합니다.
> 더 많은 정보: <https://manned.org/raw.8>.
- 원시 문자 장치를 블록 장치에 바인드:
`raw /dev/raw/raw{{1}} {{/dev/block_device}}`
- 새로운 바인딩을 설정하는 대신 기존 바인딩 조회:
`raw /dev/raw/raw{{1}}`
- 바인드된 모든 원시 장치 조회:
`raw -qa`