Re: Full Group Perm/Own in a Directory

From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 12/11/03


Date: Thu, 11 Dec 2003 18:09:02 GMT

In article <3fd8730d.4414182@news21.on.aibn.com>,
 Lew.Pitcher@td.com (Lew Pitcher) wrote:

> With the SETGID bit set on the directory, all files subsequently created in
> that
> directory should inheret their groupid from the directory, rather than from
> the
> user that created them.

But that won't force them to have the group-write permission set.
That's controlled by the creating process's umask.

-- 
Barry Margolin, barmar@alum.mit.edu
Woburn, MA


Relevant Pages

  • Re: Full Group Perm/Own in a Directory
    ... >> With the SETGID bit set on the directory, ... >> directory should inheret their groupid from the directory, ... All of the users have a umask of 002, ...
    (comp.unix.questions)
  • Re: Full Group Perm/Own in a Directory
    ... >> With the SETGID bit set on the directory, all files subsequently created in that ... >> directory should inheret their groupid from the directory, ... > Is that because the my umask is actually 0022? ...
    (comp.unix.questions)