Created
March 27, 2017 03:04
-
-
Save madratman/a6c73dbd0a2301902f63f5035a945c1f to your computer and use it in GitHub Desktop.
from rand import permissions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chgrp -R GROUP_NAME PATH_TO_DIR | |
sudo chmod -R g+w PATH_TO_DIR #for write permission |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment