If you are the only one using the computer then I would, as root, type....
chmod -R 777 /music/My Music/

(To be root, type "su -" then press enter then enter root password)

I think that may not work due to the space between "My" and "Music", so you need

chmod -R 777 /music/My\ Music/

Roger


Reply via email to