On Thu, 07 Jun 2007 10:16:21 +0100, luxxius <[EMAIL PROTECTED]> wrote: > Ah. Slight problem folks. The instructions appear to have reset all > the files in the music folder so that the owner (diana) and group (root) > are set to 'list, create/delete, no access' and no file permissions > (---). When I try to use nautilus to look at files, they vanish! Very > worrying. A little more help?
A very simple thing (that could have solved the whole thing in the first place now I think about it...) > cd ~/music > sudo chmod -Rvf 644 . > sudo chown -Rvf diana:root . this will recursively apply the permissions and the ownership to all files in the folder and all sub folders. Cheers, Matt. -- Matthew Macdonald-Wallace Lug-Master (http://www.thanet.lug.org.uk), Dad (http://www.helpmeimadad.com/), Ubuntu User( http://www.ubuntu.com/) -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.kubuntu.org/UKTeam/
