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
some Unix notes
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