I have drupal 6.2 and install Demostration site module. the directory /files/demo is create, but I can't deleted. I'm unistalled the module and deleted the files, but I can't deleted /files/demo in muy webserver.

The dir /files/demo is created with these prmisions

drwxrwxr-x 3 nobody nobody 4096 May 19 17:43 demo/

Comments

sun’s picture

Status: Active » Closed (works as designed)

Well, this is the default behavior of Drupal and Demo does not do anything special for creating its directories.

The cause is probably your web server configuration, because the directories are created and owned by user 'nobody' instead of your user.

Sorry, there is nothing we can do here. This would have to be fixed in Drupal core, if at all.