How to set umask for a folder and it's subfolder?
- by Cyril N.
I'm working on the same directory with some friends and they access it via SSH.
I added us in the same group and defined a sticky bit to keep the user:group values the same.
But when a user create a file/folder, the Write attribute is not defined for the group, disabling other to write it/on it.
How can I define the Umask to add the Write value for groups in the specific directory and it's subfolders ?
I tried to find some help before, but I only saw helps for Fedora/CentOs, and I'm using Debian Squeeze.
Thanks for your help