On Mon, Jan 26, 2009 at 12:49 PM, Joel Roth <jo...@pobox.com> wrote: > 1) write your own udev rule > 2) have a script in /etc/init.d do the chown on bootup
While I agree that, in this instance, a udev solution is more appropriate (this stuff can change with hot plugging, right?), one option that I use a lot is mucking around with /etc/security/group.conf The following works for most things that I need: gdm; *; *; Al0000-2400; audio, video, cdrom, floppy login; *; *; Al0000-2400; audio, video, cdrom, floppy Depending on the nature of your machine (single use, shared family use, etc), a combination of udev + group.conf may be the best approach. mrc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org