cc_staff
318
edits
Line 69: | Line 69: | ||
chown -R $USER:def-professor ~/projects/def-professor/$USER/ | chown -R $USER:def-professor ~/projects/def-professor/$USER/ | ||
Then, set the <code>setgid</code> bit on all directories to ensure that newly files | 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: | ||
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 | ||