Chmod Calculator
Visual chmod permission calculator with octal and symbolic notation. Runs locally in your browser.
Permissions
| Read | Write | Execute | Octal | |
|---|---|---|---|---|
| Owner | 7 | |||
| Group | 5 | |||
| Other | 5 |
Octal
Symbolic
Command
chmod 755 filenameStandard directory/executable permissions. Owner has full access, group and others can read and execute.
Common Presets
Related tools
Systemd Service GeneratorDevOps
Generate systemd service unit files with [Unit], [Service], and [Install] sections.
JSON to TypeScriptCode
Generate TypeScript interfaces or types from JSON input.
JSON to Go StructCode
Generate Go structs from JSON with proper json tags.
JSON to Python DataclassCode
Generate Python dataclass code from JSON with type hints.
JSON to Java POJOCode
Generate Java POJO classes from JSON with getters, setters, and constructors.
JSON to Rust StructCode
Generate Rust structs from JSON with serde derive macros.