They all have 0660 as the file permissions which means no access from user space. There are 2 ways to get around this. One way is to modify the source, add the permissions in the init.rc file and rebuild it. This has security issues but for embedded devices, this won't normally be a concern. This i...