Skip to content

Instantly share code, notes, and snippets.

@szbl
Last active July 22, 2018 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szbl/9b8d0037f86a47ae60a88db5a10b3380 to your computer and use it in GitHub Desktop.
Save szbl/9b8d0037f86a47ae60a88db5a10b3380 to your computer and use it in GitHub Desktop.
Liquid Web / Storm Permissions
# for directories
find . -type d -exec chmod 755 {} \;
# for files
find . -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment