I am application admin. I need to clear all the temporary files cleared by the applications. I need help/suggestion that is there any way to create a file system such that every Dir created in by any user will have 775 permissions. So, that i can simply clear the temporary file which helps our application to run smoothly.
I need to create a file system /tmp such that every directory creted under /tmp must show 775 as permissions when we see ls -la. So that every person of the group will have read write and execute access to the whole file system.
/tmp is used for storing the temporary files. SO if it got filled anyone can clear and work easily............