Skip to content

Instantly share code, notes, and snippets.

@webern
Last active November 17, 2020 01:00
Show Gist options
  • Save webern/f7de74c76fc9e85950fab1c1cadea686 to your computer and use it in GitHub Desktop.
Save webern/f7de74c76fc9e85950fab1c1cadea686 to your computer and use it in GitHub Desktop.
File Permissions
https://www.drupal.org/node/2690335
Most files should be 644 or -rw-r--r--
All directories should be 755 or drwxr-xr-x
Files that are intended to be run at the command line should have the executable bit set meaning 755 or -rwxr-xr-x
Public Key: chmod 644
Private Key: chmod 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment