Fixing permissions for lamp on Ubuntu server
I've set up an Ubuntu Server that myself and two other friends are going to try and do some web development on. I've installed Lamp and such. Each of us have our own accounts, and I've put each of us in a group called devteam. I have also created a folder in the /var/www called development(/var/www/development). I want to create a symbolic link from that location to each of our home directories. Is that possible?
The main problem is that when one of us creates a file in the development directory, the group does not have write privileges. How can you make it where any new file within this directory automatically gives the group full access to the file or folders within the development directory?
Thanks for any help.
|