100% PrivateFree
=
rwxr-xr-x
Permission Matrix
Owner
7
Group
5
Other
5
Command
$ chmod 755 filename

How It Works

1

Set Permissions

Click the checkboxes for read, write, and execute permissions for owner, group, and other.

2

See Both Formats

The numeric and symbolic representations update in real time as you toggle permissions.

3

Copy Command

Copy the chmod command or the permission values to use on your server.

Frequently Asked Questions

What is chmod?
chmod (change mode) is a Unix command that sets file or directory permissions. It controls who can read, write, and execute files on Unix-like operating systems including Linux and macOS.
What does 755 mean?
755 means the owner can read, write, and execute (7=4+2+1); the group can read and execute (5=4+1); and others can read and execute (5=4+1). This is the standard permission for executable files and directories.
What does 644 mean?
644 means the owner can read and write (6=4+2); the group and others can only read (4). This is the standard permission for regular files.
What is the difference between numeric and symbolic?
Numeric notation uses three digits (e.g., 755) where each digit represents owner, group, and other permissions. Symbolic notation uses letters (e.g., rwxr-xr-x) where r=read, w=write, x=execute.
Why should I avoid 777?
777 gives full read, write, and execute permissions to everyone on the system. This is a security risk because any user or process can modify or execute the file.
Share:

About Chmod Calc

What this tool does

Developer and design tools include CSS generators (gradients, shadows, glassmorphism), code playgrounds, color pickers, responsive previews, and reference charts for HTML tags, HTTP methods, and keyboard shortcuts.

Why use this tool

Front-end development involves constant context switching between code and visual output. Having generators and references in a single browser tab speeds up prototyping and reduces the need to search through documentation sites.

How it works

Each tool provides an interactive UI: you tweak parameters (colors, radii, durations), and the tool generates the corresponding CSS, HTML, or SVG code in real time. Copy the snippet directly into your project.

Pro tip

Use the CSS variable output option when available. It makes your generated code theme-friendly and easier to maintain across a design system.

Love this tool? Explore 12467+ more

Free online tools for images, PDFs, text, code, and more. All running in your browser.

Explore All Tools