Skip to content

Instantly share code, notes, and snippets.

@kcjpop
Last active June 27, 2017 15:49
Show Gist options
  • Save kcjpop/5382140 to your computer and use it in GitHub Desktop.
Save kcjpop/5382140 to your computer and use it in GitHub Desktop.
CHMOD all files to 644 and directories to 755
# Specify -R if recursion is required
chmod u+rwX,go+rX *
# 664, 775
chmod ug+rwX,go+rX *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment