Re: [PHP] Re: Minimalist permissions

2005-02-16 Thread Bret Hughes
On Wed, 2005-02-16 at 10:17, Jason Wong wrote: > On Wednesday 16 February 2005 23:30, Ugo Bellavance wrote: > > > If the needed permissions for standard PHP files and directories > > are 'r' on files and 'r-x' on directories, how can I set my umask so > > that files and directories are always

Re: [PHP] Re: Minimalist permissions

2005-02-16 Thread Jason Wong
On Wednesday 16 February 2005 23:30, Ugo Bellavance wrote: > If the needed permissions for standard PHP files and directories > are 'r' on files and 'r-x' on directories, how can I set my umask so > that files and directories are always created as such? I looked up > 'man umask' and it seems

[PHP] Re: Minimalist permissions

2005-02-16 Thread Ugo Bellavance
Richard Lynch wrote: Ugo Bellavance wrote: If the needed permissions for standard PHP files and directories are 'r' on files and 'r-x' on directories, how can I set my umask so that files and directories are always created as such? I looked up 'man umask' and it seems to treat files and directo

Re: [PHP] Re: Minimalist permissions

2005-02-16 Thread Richard Lynch
Ugo Bellavance wrote: > If the needed permissions for standard PHP files and directories are > 'r' on files and 'r-x' on directories, how can I set my umask so that > files and directories are always created as such? I looked up 'man > umask' and it seems to treat files and directories the sam

[PHP] Re: Minimalist permissions

2005-02-16 Thread Ugo Bellavance
Jason Wong wrote: On Saturday 12 February 2005 11:28, Ugo Bellavance wrote: Please forgive me if this specific question has already been addressed, but I'm doing tests to figure out what are the minimal permissions I can give on my files and folders for a PHP application and I just can't find