raw: add page (#6557)
This commit is contained in:
16
pages/linux/raw.md
Normal file
16
pages/linux/raw.md
Normal 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`
|
Reference in New Issue
Block a user