Talk:FreeLink for the LinkStation PRO/LIVE
From NAS-Central Buffalo - The Linkstation Wiki
In FreeLink_arm9-1.0rev2.zip, some of the permissions in /usr/bin are 766. This is how I fixed it:
find /usr/bin -type f -perm -g+w,-o+w -exec chown root.root {} \;
find /usr/bin -type f -perm -g+w,-o+w -exec chmod 555 {} \;

