CHMOD Calculator: File and Folder Permissions
CHMOD Calculator — a convenient tool for setting access permissions. Enter a combination and get the result in both numeric and symbolic format.
| Permissions | Owner PermissionsOwner Permissions | Group PermissionsGroup Permissions | Others PermissionsOthers Permissions |
|---|---|---|---|
ReadRead() | |||
WriteWrite() | |||
ExecuteExecute() |
Output Format
Special Permissions
Generated CHMOD Commands
Settings Reference
Verbosity Options
-vVerbose mode - display all changes made-cChanges mode - display only changes made-fQuiet mode - suppress error messages(default)Default mode - standard outputSpecial Permissions Options
-RRecursive - change permissions for directories and their contents--preserve-rootPreserve root - do not operate recursively on '/'--reference=FILEReference file - use the mode of the FILE instead of MODE values+sSetuid - set user ID on execution+gSetgid - set group ID on execution+tSticky bit - restrict deletion to the file owner onlyPermission Types
r (4)Read permission (4) - allows reading a filew (2)Write permission (2) - allows modifying a filex (1)Execute permission (1) - allows executing a file- (0)No permissions (0) - denies accessUser Groups
uUser (u) - the owner of the filegGroup (g) - the group of the fileoOthers (o) - everyone elseaAll (a) - user, group, and othersSymbolic Notation
+Add permission (+) - adds the specified permission-Remove permission (-) - removes the specified permission=Set permission (=) - sets the exact permissions,Separator (,) - separates multiple permission changesCommon Examples
chmod 755 file.txtOwner: read/write/execute, Group: read/execute, Others: read/executechmod u+x file.txtAdd execute permission for the owner onlychmod -R 644 directory/Recursively set read/write for owner, read for group and otherschmod --reference=ref.txt file.txtCopy permissions from a reference fileFeatures of the "CHMOD Calculator"
Numeric and Symbolic Permission Conversion
Convert between octal (numeric) and symbolic permission formats instantly. Enter 755 to see rwxr-xr-x, or vice versa.
Visual Permission Representation
See a clear visual representation of permissions with checkboxes showing read, write, and execute permissions for each user type.
User, Group, and Other Permissions
Set permissions for owner (user), group, and others separately, with support for all standard permission combinations.
Useful Instruments
CHMOD Calculator: File and Folder Permissions
The CHMOD calculator helps you calculate file and directory permissions for Linux and Unix systems. This tool converts between numeric (octal) and symbolic permission formats, making it easy to set the correct permissions for files and directories.
CHMOD permissions control who can read, write, and execute files or directories. The tool supports both three-digit octal notation (like 755) and symbolic notation (like rwxr-xr-x), providing flexibility for different use cases.
Perfect for system administrators, developers, and anyone working with Linux/Unix systems who needs to understand and set file permissions correctly.
Browser info
Device info
Useful for QA
Geolocation info
Strong passwords
Random generation
Custom options