644 — readable file
Owner can read and write; Group and Others can read. The symbolic form is rw-r--r--.
Processed locally
Calculate Linux file permissions with Chmod Calculator Online. Convert octal and symbolic modes, inspect special bits, compare changes, and copy chmod commands locally.
Overview
Chmod Calculator converts Linux permission modes between octal and symbolic notation, keeps Owner, Group, and Others visible in a permission matrix, handles SetUID, SetGID, and sticky bits, and compares Current versus Target modes. Its diagnostics are deterministic and every calculation runs locally without inspecting or changing the filesystem.
Workflow
Follow the core workflow below. Use “Show in tool” to locate the real control in the live tool above.
Use Permission value for an octal mode such as 755 or a symbolic mode such as rwxr-xr-x. The Sample and preset controls provide safe starting points.
Permission valueSample755Use the Permission matrix to toggle Read, Write, and Execute for each scope. SetUID, SetGID, and Sticky remain separate under Special bits.
Permission matrixOwnerGroupOthersSpecial bitsCheck Calculated result and Permission analysis to confirm both representations and any deterministic facts about the selected bits.
Calculated resultPermission analysisOptionally enter a Path, review the generated chmod command, then use Copy command. Copying never executes it.
PathCopy commandContinue to Compare when you need to review a permission change before applying it. Guided Mode opens the second tab automatically for this step.
CompareAdd the existing permission mode under Current and the intended mode under Target. Both fields accept octal or symbolic permissions.
CurrentTargetConfirm the mode transition, then inspect Added and Removed permission bits. Pay special attention when the target grants additional access.
Mode changePermission changesAddedRemovedOptionally add a Path, review the command generated from the Target mode, then copy it or prepare permission-diff context. The command is never executed.
Target commandCopy commandPrepare AI-ready contextYou can calculate a permission mode, compare current and target permissions, review added or removed access, and copy the appropriate chmod command.
Practical cases
Owner can read and write; Group and Others can read. The symbolic form is rw-r--r--.
Owner has full access while Group and Others can read and execute. The symbolic form is rwxr-xr-x.
The leading 4 enables SetUID, producing rwsr-xr-x. Review this special bit in the context of the actual executable.
Compare mode shows execute permission being added for Owner, Group, and Others.
Troubleshooting
From evidence to action
Use Prepare AI-ready context to preview an agent-neutral summary of the parsed format, octal and symbolic modes, permission breakdown, special bits, diagnostics, compare diff, and command without a filesystem path. A path is included only when you explicitly enable it in the preview, and no external AI service is called.
Developer guides
Understand the concept, inspect a testable example, then open it in the tool above.
FAQ