Hello, I've got an apache server and I'm loading in web content. I'm wanting to make several linux groups webdev for one and add users. That group should be able to write files, and have the group ownership set so the permissions are consistent. I'm also needing apache to be able to see these files and wanting to do it in a secure manner. Suggestions welcome. Here's what I have thus far. find /directory -type d|xargs chgrp webdev chmod 2775 directory --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx