Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: File::Temp permisions?

by misterb101 (Sexton)
on Feb 10, 2006 at 11:14 UTC ( [id://529321]=note: print w/replies, xml ) Need Help??


in reply to File::Temp permisions?

Hi anonymous, the owner of new files created by an cgi process is the user that is running apache. usually this is www-data, apache or just nobody.
I don't think File::Temp offers setting of file permissions but you can do this by either.
- chmod 0755 ,$file;
- changing apache config to set the file create mask to 755 or whatever you like

In windows I don't know what would happen since I never work on windows systems anymore ;)

Cheers,
Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://529321]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-09-18 20:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (25 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.