my entire music library has had owenership and permissions set using
Code:
--------------------
    sudo chown -R yourusername:yourusername * && find . -type d -execdir sudo 
chmod 775 {} \; && sudo find . -name "*" -type f -exec chmod 644 {} \;
--------------------
 run from the parent folder of my music library e.g. if the library is
stored in /music you'd change into /music and then run the above.  LMS
only needs to be able to read the audio files, not write them.  LMS
creates a user squeezeboxserver with no group, signified by "nogroup".
Make sure /music is also set to 775 so that LMS can access it.


------------------------------------------------------------------------
audiomuze's Profile: http://forums.slimdevices.com/member.php?userid=33613
View this thread: http://forums.slimdevices.com/showthread.php?t=92526

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to