I have the folder called backups. The root is putting backups in that folder. I want that all the files which are created in that folder should have group write permission.
I know i can use umask but i want to know that will umask work for all the files any where or it will work on particular folder.
e,g i want umask for only /backups folder not any where else