mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:45:59 +02:00
raw: add page (#6557)
This commit is contained in:
parent
d8ddf742df
commit
c4f7f5a763
1 changed files with 16 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue