Here's one for anyone struggling with Linux file permissions. It is run
from a terminal window in the main folder housing your music collection.
Basically it does two things: 1) ensures all folders and files are
owned by your user account; 2) makes all directories and files r/w to
your account and read only to all others
Code:
--------------------
sudo chown -R <yourusername>:<yourusername> * && find . -type d -execdir
sudo chmod 775 {} \; && sudo find . -name "*" -type f -exec chmod 644 {} \;
--------------------
--
audiomuze
*'Linux finally gets a great audio tagger'
(http://www.ubuntugeek.com/linux-finally-gets-a-great-audio-tagger.html):
'puddletag' (http://puddletag.sourceforge.net/)*
------------------------------------------------------------------------
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