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]
> Right now they're sitting on my web server and I don't
> have permission to delete them.. and after 6 tests the directory is getting
> kinda nasty. :P
rm them as nobody (use cgi script or php running as nobody).
Poncki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]