On Thu, Jun 08, 2000, David Wang <[EMAIL PROTECTED]> wrote: > I'm trying to change the permissions for /proc/bus/usb so that non-root > users can access the usb port. > > In my fstab I have "devmode=777" set but the non-root users still can't > access the port. > > Any ideas on how to get this done? Try devmode=0777. The code uses strtoul with a base 0 so it autodetects the base of the number based on what the string looks like. You may also only want to use 0666 since execute permissions on the device nodes doesn't make much sense. If that doesn't work, could you show me your /etc/fstab and an ls of /proc/bus/usb? JE --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
