Just recived my B3, so I am pretty new at this

I am using the web interface /B
Christian
Yes, it is very easy, but not with the web interface, I'm afraid you'll have to get your fingers dirty with the proper interfaceHow do I delete a folder which is full of files where the files are default set to read only permision. Is there a simple way to update whole libaries and files included in them to new permisions?
Code: Select all
su
Code: Select all
rm -R /path_to_dir
Code: Select all
chown newowner /path_to_file
Code: Select all
chown -R newowner /path_to_dir
Also if i want to delete a folder
say /home/storage/music/test1 what is the code?
Code: Select all
rm -R /home/storage/music/test1