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

2006-01-02 Thread Roberto
Thanks Alain ! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

2006-01-02 Thread Lubos Vrbka
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 uma

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

2006-01-02 Thread Alain NISSEN
You can set your "umask" to 002 instead of 022 (the default on most Unix setups). Just add the following line umask 002 in ~/.bashrc and/or ~/.bash_profile files, for yourself and other people belonging to the related group. Hope this helps. Alain Roberto a écrit : Hi all, I c

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

2006-01-02 Thread Roberto
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 Thank you very much Ro