Delete a file from a CGI

Matias Surdi matiassurdi at gmail.com
Fri Jun 1 03:32:47 EDT 2007


HI!

I want to delete a file from a CGI, but I always get a Permission denied
error.

I've tryed this after creating the file (from a normal script):

os.chmod(".lock",stat.S_IMODE(stat.S_IRWXU | stat.S_IRWXO | stat.S_IRWXG))
os.chown(".lock",pwd.getpwnam("nobody")[2],pwd.getpwnam("nobody")[3])

but the CGI still can't delete the file.

I will appreciate very much your help.

Thanks a lot.





More information about the Python-list mailing list