Forum Moderators: phranque

Message Too Old, No Replies

permissions for multiple users

I need users to be able to create dirs that other users can modify

         

familyman

1:39 am on Feb 10, 2004 (gmt 0)

10+ Year Member



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?!