Setting user's group and umask has no effect
- by Andrew Vit
I'm trying to allow my "deploy" user to have access to files created by www-data:
I added "deploy" to the www-data group.
I set umask to 002.
When I run the following commands, I'm not seeing the result I expect:
deploy@ubuntu-lucid-32-generic:/var/www$ groups
www-data adm dialout cdrom plugdev lpadmin sambashare admin deploy sysadmin
…