Skip to content

Instantly share code, notes, and snippets.

@emmahsax
Created April 30, 2024 15:37
Show Gist options
  • Save emmahsax/ceae0cd809eaea0560f027a5e992444e to your computer and use it in GitHub Desktop.
Save emmahsax/ceae0cd809eaea0560f027a5e992444e to your computer and use it in GitHub Desktop.

Common File Permissions

Permission Code Used For... Example Owner Group Public
755 Executable bin/bash_script.sh Read, Write, Execute Read, Execute Read, Execute
644 Standard read/write README.md Read, Write Read Read
600 Private Read-only ~/.ssh/id_ed25519 Read, Write N/A N/A

See more at Chmod Calculator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment