chmod Calculator
| Role | Read | Write | Execute |
|---|---|---|---|
| owner | |||
| group | |||
| other |
644rw-r--r--Last updated:
This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.
Programmatic Access
chmod Calculator is also callable as a free HTTP JSON API at
https://aidevhub.io/api/chmod-calculator/ โ GET with query
parameters or POST with a JSON body, no authentication, CORS enabled,
50 requests/day per IP. Responses return
{ ok, tool, result, meta }.
curl -s "https://aidevhub.io/api/chmod-calculator/?mode=755"
Machine-readable contract: /api/tool/chmod-calculator.json All API endpoints: /agents/ LLM site index: /llms.txt
Agent Invocation
Best Path For Builders
Dedicated API endpoint
Deterministic outputs, machine-safe contracts, and production-ready examples.
Dedicated API
https://aidevhub.io/api/chmod-calculator/ OpenAPI: https://aidevhub.io/api/openapi.yaml
Unified Runtime API
https://aidevhub.io/api/tools/run/?toolId=chmod-calculator&a=...
GET and POST are supported at /api/tools/run/ with identical validation and limits.
Limit: 60 req / 60s, input max 128 KB.
How to Use chmod Calculator
- 1
Start from a preset or type numeric mode
Pick a common preset such as 644 or 755, or type a numeric mode directly in the input. The grid updates as soon as the mode is valid.
- 2
Adjust Owner/Group/Other checkboxes
Toggle Read, Write, and Execute checkboxes for each role. Numeric mode and symbolic permissions update instantly from checkbox changes.
- 3
Use bidirectional conversion
Edit numeric mode to drive the grid, or edit the grid to drive numeric mode. This helps verify permissions before running chmod in a terminal.
- 4
Copy numeric, symbolic, or both
Copy each format individually or copy both formats together for docs, shell commands, and permission reviews.