In <[email protected]>, Austin Brkich wrote: >I have created a new group called www-user, this group is suppose to >allow multiple users to read/write/execute files/folders in /var/www.
The first step is to make sure files get owned by the right group:
find /var/www -type d -exec chmod g+s {} +
find /var/www -exec chgrp www-user {} +
I fear there may not be a way to guarantee the g+w bit on new files using
standard UNIX permissions and I do not use ACLs myself.
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
[email protected] ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.

