All tools/Data Inspector

Chmod Calculator

Runs locally

Visually 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.txt
Apply recursively to directory
chmod -R 755 folder/
Using symbolic notation
chmod rwxr-xr-x file.txt