Bruce Tenison wrote:
> 
> mount -i usbdevfs none /proc/bus/usb
> 
> but this only gives write permissions to root.  Is there any way that we
> can mount usbdevfs with a better set of permissions???

"Better" is one of those policy decisions folk will argue about,
but for a _single user_ system I pass "-o devmode=0666" so nothing
stands in my way.

There are other "usbdevfs" mount options, see the source.  If
"devmode" doesn't seem right, maybe "devuid" and "devgid" can
help.  (And all this can go in /etc/fstab too.)

- Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to