Roberto wrote:
Hi all, I can't find how to set a defult and convenient attribute mask when file are created on linux. I need a whole group can write file created by anyone in the group. So I need the g=rw be the default permission at file creation. Actually I get g=r only by default
man umask, perhaps?standard is umask 022, resulting in default permissions 644 for newly created files. something like umask 002 in your .bashrc (or whatever you use) might do the trick...
regards, -- Lubos _@_"