Files
cheatsheet-tldr/tldr/linux/raw
2025-03-29 00:18:23 +00:00

22 lines
427 B
Plaintext

---
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|--query --all]}}`