mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 19:48:56 +00:00
Update cheatsheets
This commit is contained in:
21
linux/raw
Normal file
21
linux/raw
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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