howto change a device's permission permanently
Cameron Hutchison
camh at xdna.net
Thu Jun 8 01:19:29 UTC 2006
Ainsley Pereira wrote:
>On Wed, Jun 07, 2006 at 04:14:24PM -0400, Chuang Wu wrote:
>> I wanna change the permission of /dev/fuse to 666 permanently. However,
>> each time I restart the system, the permission recover to 660. Howto fix
>> it?
>There should be an entry in one of the files in /etc/udev/rules.d for
>it. You can change the MODE="0660" part (assuming it has one; I don't
>have fuse on my system to find out).
There is no MODE setting in /etc/udev/rules.d/45-fuse.rules, so you
would have to add
, MODE="0666"
to the end.
However, as an alternative to doing this, you can add users to the "fuse"
group to give them the access they need to use /dev/fuse. Dont forget
to logout and back in to get the new group.
More information about the ubuntu-users
mailing list