I work for a web development company switching to Linux from NT. I have /home/httpd setup as the root for all virtual hosts we run. The I need everyone in the group be able to read/write any file beneath this directory. Right now, I have set the UID/GID of the files using chmod -R and chown -R with permissions of 770.<br>
<br>
Can I get the filesystem or WU-FTPD to set any file created underneath this dir to nobody. or is there a better way to ensure everyone in that group has access?
<br>
Can I get the filesystem or WU-FTPD to set any file created underneath this dir to nobody. or is there a better way to ensure everyone in that group has access?