[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Not debian specific, but please help me ....



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
_@_"



Reply to: