⌘K
Space to regenerate
🔐
Chmod Calculator
Calculate Unix file permissions visually
Octal inputor use the grid below
ReadWriteExecute
Owner
Group
Other
Numeric
755
Symbolic
rwxr-xr-x
Command
chmod 755 filename

Click any box to copy

Common presets
755rwxr-xr-x — executable / directory
644rw-r--r-- — regular file
600rw------- — private file (SSH keys)
700rwx------ — private directory
664rw-rw-r-- — group-writable file
777rwxrwxrwx — full access (avoid)