On 27 Dec 2001 at 11:30, Borsenkow Andrej wrote: > > > > > Hopefully this is a pretty simple question -- > > > > How do you change the permissions that are set by devfs? For example, > > scd* are given permissions of brw-rw----, I need brw-rw-rw-. I would > > like devfs to give these devs (and this maybe useful for future > > reference) the correct permissions. So how do I do that? Thanks > > > > chmod 666 /dev/scd*
Won't that be reset by devfs at next reboot? That's the older, non-devfs way of doing it, I think. I *think* you need to modify the devfsconf file, or whatever the config file name is. > >
