raw
Bind a Unix raw character device. More information: <https://manned.org/raw.8>.
Install
- All systems
-
curl cmd.cat/raw.sh
- Debian
-
apt-get install util-linux
- Ubuntu
-
apt-get install util-linux
- Alpine
-
apk add util-linux
- Arch Linux
-
pacman -S util-linux
- 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
- Dockerfile
- dockerfile.run/raw
- 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