I need to create a folder called /pictures. I need to give the user "apache", rwx permissions to run a PHP script that allows for uploading and downloading files. The user "virtual" also needs rwx permissions. No problem so far. The problem comes when I need the user "virtual" to be able to create directories on which the user "apache" has rwx permissions on. I have read that I can modify the .cshrc file in the user's home dir to change the umask for "virtual's" dir, but one does not exist.
Help?!