How to make the new created filed with group rw permission
- by Master
I have centos 5.4.
I in joomla website , when i install new php script then it created its own folder like images/scriptname
Now that folder has only read and write permission for that user or apache user i don't know.
I want that all the files created under /home/ directory has group write permission by default.
I don't want specific folder or specific user but for all users folder inside /home directory
Is it ok to do , or there is any other solution for that