Create .bashrc in username's home directory and put into it:
umask 007

Then username will create files that will have -rw-rw---.

If you need unique groups then you need I think set up something similar what RH has:
http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/ref-guide/s1-users-groups-private-groups.html
Imre


daniel wrote:
On July 4, 2003 01:55 pm, daniel wrote:
oops, i forgot one step:

        # mkdir directory
        # chown nobody.users directory

# chmod 4775 directory

        # exit
        $ touch directory/asdf
        $ ls -l directory
          -rw-r--r--    1 username   users           0 Jul  4 13:52 asdf

the result is the same, i just forgot to include that line




-- [EMAIL PROTECTED] mailing list



Reply via email to