raw

Bind a Unix raw character device. More information: <https://manned.org/raw.8>.

Install

All systems
curl cmd.cat/raw.sh
Debian Debian
apt-get install util-linux
Ubuntu
apt-get install util-linux
Alpine
apk add util-linux
Arch Arch Linux
pacman -S util-linux
image/svg+xml Kali Linux
apt-get install util-linux
CentOS
yum install util-linux
Fedora
dnf install util-linux
Windows (WSL2)
sudo apt-get update sudo apt-get install util-linux
OS X
brew install util-linux
Raspbian
apt-get install util-linux
Docker
docker run cmd.cat/raw raw powered by Commando

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/raw1 /dev/block_device
  • Query an existing binding instead of setting a new one:
    raw /dev/raw/raw1
  • Query all bound raw devices:
    raw -qa

© tl;dr; authors and contributors