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/linux/raw.md
코드싸이 624a50f563
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
2024-11-09 22:28:34 +09:00

16 lines
378 B
Markdown

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