ripperX

Default permissions for CD-ROM device are:

Code:
% ls -l /dev/acd0
c[color="Red"]r[/color]w-[color="Red"]r[/color]-----  1 [FILE]root [/FILE] [FILE]operator[/FILE]    0,  84 23 črv 08:22 /dev/acd0

So, you need to be either root or in the operator group. If you need to change owner or permissions to /dev/acd0, do it in /dev/devfs.conf. For example to give all users read and root read-write permissions:

Code:
perm   acd0   0766

and reboot the machine or restart devfs:

[cmd=]/etc/rc.d/devfs restart[/cmd]
 
Back
Top