Forrest logo
back to context overview

raw

List of commands for raw:

  • raw:tldr:7460a raw: Bind a raw character device to a block device.
    $ raw /dev/raw/raw${1} ${-dev-block_device}
    try on your machine
    explain this command
  • raw:tldr:d94f4 raw: Query an existing binding instead of setting a new one.
    $ raw /dev/raw/raw${1}
    try on your machine
    explain this command
  • raw:tldr:e49d5 raw: Query all bound raw devices.
    $ raw -qa
    try on your machine
    explain this command
back to context overview