Loading...
Loading...
Loading tool...
Calculate Unix file permissions in numeric and symbolic notation.
| Read | Write | Execute | Numeric | |
|---|---|---|---|---|
| Owner | 7 | |||
| Group | 5 | |||
| Others | 5 |
Numeric
755
Symbolic
rwxr-xr-x
chmod 755 filenameCommon Presets
Pro includes recursive permission audits, security recommendations, and common permission presets.
755 = Owner: read+write+execute (7), Group: read+execute (5), Others: read+execute (5). This is the standard permission for directories and executable files.
644 = Owner can read+write, everyone else can only read. Used for regular files. 755 = Owner can do everything, everyone else can read+execute. Used for directories and scripts.
Chmod Calculator is part of BriskTool's collection of free online tools. All processing runs entirely in your browser for maximum privacy and speed.