Re: umask of files created in COMPILE_DIR
Dave Howorth <dhoworth-fDajt2Yx3S8pY9vWkoisglpr/1R2p/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Organization | MRC Centre for Protein Engineering |
| Message-ID | <[email protected]> |
Todd Wade wrote: > Ok, how about: > > touch lets the system set the permissions, File::Temp sets the mode of the file > explicitly. > > Is that accurate? Actually, just read the code of touch and you will see that it too sets the mode of the file explicitly. In its case, it uses 666.