From: Nikodemus S. <nik...@ra...> - 2009-05-05 18:39:41
|
2009/5/5 Gary King <gw...@me...>: > Got 'em. > > (I think I was (am!) confused about sticky bit versus setuid bit. We want > the latter, not the former, right? Oops, actually, my terms were reversed. We want the SGID, aka set group id bit on directories -- not the sticky bit. It's right in the asdf-new.git tree, it's the bit that shows up as an 's' in the group permissions when combined with exec permissions. Those bits are as they are supposed to be in the asdf-new.git tree. (We want it in order to have files created in those directories have the same group as the directory, as opposed to whatever happens to be the primary group of the user at that moment.) Cheers, -- Nikodemus |