> > 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*
