I'm testing both drupal 7 alpha 6 and 13 july dev.

After installation i can't delete files edited by drupal. I'm always files owner and can edit them but not delete them.

> rm -Rf drupal-7 
rm: cannot remove `drupal-7/sites/default/default.settings.php': Permission denied
rm: cannot remove directory `drupal-7/sites/default/files': Permission denied
rm: cannot remove `drupal-7/sites/default/settings.php': Permission denied

Comments

aspilicious’s picture

drupal changed the permissions, try to change the permissions first...

aspilicious’s picture

Priority: Critical » Normal

Btw this is not cirtical

aaron’s picture

Category: bug » support

try $ sudo chmod -R o+w drupal-7/sites/default/

kars-t’s picture

Status: Active » Fixed

Hi

I am closing this issue to clean up the issue queue. Feel free to reopen the issue if there is new information and the problem still resides. If not please make sure you close your issues that you don't need any more.

Maybe you can get support from the local user group. Please take a look at this list at groups.drupal.org.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.