Why is group write permission ignored in Ubuntu?
- by NorthPole
I want my user to have full access to the local Apache root folder, and I also want the Apache user to have full access to the same folder.
What I did was create a new group called DevGroup and I added my user and www-data there. Also I changed the permissions to 770 to allow full group access.
But now it won't allow me or the Apache user any…