linuxOS_AP05/debian/test/usr/share/doc/util-linux/examples/udev-raw.rules

8 lines
316 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
# Enter raw device bindings here.
#
# An example would be:
# ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
# to bind /dev/raw/raw1 to /dev/sda, or
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
# to bind /dev/raw/raw2 to the device with major 8, minor 1.