How should I add Drupal to the usersgroup with full privilegies? -



How should I add Drupal to the usersgroup with full privilegies? -

i want alter owner of files directory on drupal, but.. what's drupal user ?

i have 1 user in unix system, 1 moved files. drupal complains cannot edit them.

how can add together drupal usersgroup total writing access ?

chown...

thanks

you don't need drupal own them, add together grouping has write access.

drupal perform acts webserver typically using www user, ubuntu it's www-data.

you can utilize chgrp add together grouping , chmod g+w give write permission.

you can recursively, need once.

drupal drupal-6

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -