How can I assure that all existing files (or future files) inside a folder in unix are always world readable ?
I am using email piping to read attachment from the email via php script and store it in some folder which will be viewable by the apache user.
Now, the email pipe is storing the attachment with rights to only user nobody and group nobody ..
How can I change it so that anyone can read the files inside that folder ?
Thanks, Amit