Chmod Calculator
Runs locallyVisually calculate Unix file permissions. Easily toggle read/write/execute and get the correct octal or symbolic syntax instantly.
Owner
7
Group
5
Public
5
-rwxr-xr-x
Quick Commands
Apply to file
chmod 755 file.txtApply recursively to directory
chmod -R 755 folder/Using symbolic notation
chmod rwxr-xr-x file.txt