Frequently Asked Questions: Difference between revisions

Jump to navigation Jump to search
Added SGID keyword and link to related section
(Marked this version for translation)
(Added SGID keyword and link to related section)
Line 92: Line 92:


<!--T:50-->
<!--T:50-->
Then, set the <code>setgid</code> bit on all directories to ensure that newly created files will inherit the directory's group membership, for example:
Then, set the [[Sharing_data#Set_Group_ID_.28SGID.29|Set Group ID]] (SGID or <code>setgid</code>) bit on all directories to ensure that newly created files will inherit the directory's group membership, for example:
  lfs find ~/projects/def-professor/$USER -type d -print0 | xargs -0 chmod g+s
  lfs find ~/projects/def-professor/$USER -type d -print0 | xargs -0 chmod g+s


cc_staff
714

edits

Navigation menu