Set ownership and permissions to raw devices using udev

To have the rawdevices in /dev/raw/* have permissions set at reboot, you can add a line to /etc/udev/rules.d/60-raw.rules

added ACTION="add", KERNEL=="raw*", OWNER="informix", GROUP="informix", MODE="0600"

Thx to Justin Lim

Leave a Reply

Your email address will not be published. Required fields are marked *