2009/2/22 Emiliano Esposito <emie...@tiscali.it>: > Thank you very much. I forgot to say I'm using udev.rules with a line > like this: > > # MARX CryptoBox Datentechnik GmbH > ATTRS{idVendor}=="0d7a", ATTRS{idProduct}=="0001", MODE="0666", > OWNER="root", GROUP="root"
It's up to you of course, but it would probably be more secure to use MODE="660" and some appropriate GROUP that you can then put your user in. Doesn't matter so much if you're the only user on the system.