Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2005 18:34:34 -0300
From:      =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Luis?= <jonny@jonny.eng.br>
To:        hackers@freebsd.org
Subject:   File create permissions, what am I missing?
Message-ID:  <42FD15EA.8050500@jonny.eng.br>

next in thread | raw e-mail | index | archive | help
In a directory with -rwxrwxrwx, any user can create files, but who should be the 
owner/group of this file?

Long time ago in Unix history, the owner would be the user who created the file, 
and the group would be the users's primary group.

Later, IIRC, if the directory group was one of the user's secondary groups, the 
file would also be from this group.

A later modification defined that a setgid directory would effect in all files 
created belonging to the directory's user.

Am I correct?

But I have already tested 3 system, 2 with 5-stable and 1 with 4-stable, in 
which the created file inside a -rwxrwxrwx directory is created belonging to the 
directory's group, WITHOUT the setgid bit.  What did I miss?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42FD15EA.8050500>