System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.