I couldn't find a group FAQ or anything on etiquette to I apologize if this
is the incorrect group or whatever.

I writing a web based admin panel for myself for my site. My PHP script
needs to be able to read, write, and move files around. The way I'm
currently getting it to work is by making a directory owned by "nobody" with
all permissions set so the script can write files there. Any file that is
created by the script also turns out to be owned by "nobody". This is ok,
except that don't want to have a directory owned by nobody which has all
permissions set, and I want to be able to overwrite files logged in as
myself without su'ing and chown'ing everything first. Is there a way like
there is in PERL to change the account the script runs as? Thanks!

Nick



-- 
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]

Reply via email to