Gene Heskett schreef op 27-12-2016 15:51:
Since they create lost of files those programs typically create those files as the user the webserver is running as, which would typically be www-data. Sometimes you want to be able those files directly as a user outside of the application (which is typically the case for me) so how do you give access to those files as your user? That's rather hard?Uhh, no. Add yourself to the www-data group.
Wrong. These programs typically create stuff without g+w so your user has no write access to it.
So you need at least one of the solutions mentioned. Thanks.