Translations:Frequently Asked Questions/50/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(No difference)
|
Revision as of 19:36, 21 August 2018
Then, set the setgid
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