Re: [PHP] Permission Problems

2001-05-16 Thread Tomasz Piłat
John Vanderzwet wrote: > How can I create this file under the owner of 'zeus' so that > they can be deleted? Welcome to the unix permissions world ;-) Is for have root access: try to play with groups (nobody/httpd and zeus in same group) and umask and chgrp. [This is not a solution, this is a hint

[PHP] Permission Problems

2001-05-16 Thread John Vanderzwet
One of my scripts must create a directory, then a file in it. This part works great, although when another script tries to delete the file (and directory afterwards) it doesn't work because of the permissions. The user on the created file is 'httpd', from apache. The owner of the script is call