Dear list members,
I have a DVD writer /dev/scd0 which after reboot has the following ACL:
brw-rw---- 1 root disk 11, 0 Sep 9 2004 /dev/scd0
However I want to set this device group to "Domain Users" in order to enable its members to burn DVDs.
If i invoke: #chgroup "Domain Users" /dev/scd0 the next reboot will override the group back to "disk".
Is there a standard/reglamented way to set the group ownership of a device file.
Best regards! ageorgiev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, Nov 24, 2005 at 01:01:46PM +0200, Alexander Georgiev wrote:
Dear list members,
I have a DVD writer /dev/scd0 which after reboot has the following ACL:
brw-rw---- 1 root disk 11, 0 Sep 9 2004 /dev/scd0
However I want to set this device group to "Domain Users" in order to enable its members to burn DVDs.
If i invoke: #chgroup "Domain Users" /dev/scd0 the next reboot will override the group back to "disk".
Is there a standard/reglamented way to set the group ownership of a device file.
Try:
/etc/udev/permissions.d/50-udev.permissions
- -- Rodrigo Barbosa rodrigob@suespammers.org "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
2005/11/24, Rodrigo Barbosa rodrigob@suespammers.org:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, Nov 24, 2005 at 01:01:46PM +0200, Alexander Georgiev wrote:
Dear list members,
I have a DVD writer /dev/scd0 which after reboot has the following ACL:
brw-rw---- 1 root disk 11, 0 Sep 9 2004 /dev/scd0
However I want to set this device group to "Domain Users" in order to enable its members to burn DVDs.
If i invoke: #chgroup "Domain Users" /dev/scd0 the next reboot will override the group back to "disk".
Is there a standard/reglamented way to set the group ownership of a device file.
Try:
/etc/udev/permissions.d/50-udev.permissions
hmmm, I do not have an /etc/udev folder. It is a Centos 3.6. Perhaps it does not have udev, I am not sure.