<br>It sounds like you are not using udev rules to manage the symlinks<br>here is a good tutorial on how to go about it<br><br><a href="http://www.reactivated.net/writing_udev_rules.html">http://www.reactivated.net/writing_udev_rules.html
</a><br><br>then the permissions thing.<br>the link is rwxrwxrwx so anybody can access the file through the link.<br>It is the file_it_points_to's permissions who are denying access to the user<br><div><div><br>I would configure udev to set those devices group owned by a specific group with the required permissions and add my user to that group.
<br></div></div><br>Hoping that helps (as I have had need of configuring udev only a couple of times a long time ago)<br>