Possible Duplicate:
Saving permission changes for device.

Hi.

I have installed a driver on my Suse, and changed the permissions for him- /dev/name, with chgrp command.

but after rebooting my computer- the change was lost. What should I do?

Thanks in advance,

Sara

link|improve this question
This question is more appropriate for superuser (or maybe server fault) rather than stack overflow. – Noufal Ibrahim Dec 1 '10 at 7:27
feedback

migrated from stackoverflow.com Dec 1 '10 at 8:00

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Dennis Williamson, Gilles, Diago Dec 2 '10 at 7:43

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

You need to write a udev rule to run an external program to change ownership of the device node.

link|improve this answer
Can you explain more, please? – sara Dec 1 '10 at 7:32
the /etc/udev/rules.d/50-udev.rules file doesn't exist. is it a problem? – sara Dec 1 '10 at 7:59
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.