Skip to content
nvkelso edited this page Jan 19, 2012 · 2 revisions

When I can’t write to anyone else’s folder on studio:

Make sure the files are owned by group of “users” not someone’s username. sudo chgrp -Rv users foldername

note: can use . instead of foldername if already cd’d into that folder.

Then: sudo chmod -vR g+w foldername

and the shell’s setup script needs to be umask 002

Clone this wiki locally