View Single Post
  #2   (View Single Post)  
Old 3rd May 2009
wraith0x2b's Avatar
wraith0x2b wraith0x2b is offline
Port Guard
 
Join Date: May 2009
Posts: 12
Default

Sound like a simple solution. Recursive chown/chgrp on the settings folder?!
`chown <your user> -R /home/<your user>/GNUStep`
`chgrp <your group> -R /home/<your user>/GNUStep`
Then as a normal user you could unset all the perms with chmod (again recursively) and set them to your user only.
Reply With Quote