Base64 Decoder
Decode Base64 encoded strings back to plain text instantly.
Easily calculate Linux file permissions with this interactive calculator. Convert between octal numbers (e.g., 755), symbolic notation (e.g., rwxr-xr-x), and checkbox selections for owner, group, and public permissions.
The FreeTechLearner Linux Permission Calculator helps developers and sysadmins instantly calculate chmod values. By toggling checkboxes for Owner, Group, and Public access levels, the tool automatically computes the correct octal value and symbolic string, providing the exact terminal command required.
Linux uses a permission system to determine who can read, write, or execute files and directories. These are assigned to three classes: the file owner, the group, and others (public).
The numbers are an octal representation of the permissions. Read=4, Write=2, Execute=1. For example, 7 means Read+Write+Execute (4+2+1), 5 means Read+Execute (4+1). Thus, 755 gives full access to the owner, and read/execute access to group and others.
Numeric notation uses numbers (like 777 or 644) to concisely represent permissions. Symbolic notation uses letters (like rwxr-xr-x) which visually maps directly to read (r), write (w), and execute (x) for each class.
Explore our full collection of free, privacy-first developer and SEO tools.
Browse All ToolsStart typing to search across all articles