raw: add page (#6557)

beep
CleanMachine1 2021-10-04 09:30:41 +01:00 committed by GitHub
parent d8ddf742df
commit c4f7f5a763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
# raw
> Bind a Unix raw character device.
> More information: <https://manned.org/raw.8>.
- Bind a raw character device to a block device:
`raw /dev/raw/raw{{1}} {{/dev/block_device}}`
- Query an existing binding instead of setting a new one:
`raw /dev/raw/raw{{1}}`
- Query all bound raw devices:
`raw -qa`