Chmod Calculator
Calculate Unix file permissions. Convert between symbolic (rwx) and numeric (755) formats with a visual permission grid.
Octal
644
Symbolic
rw-r--r--
chmod 644 filenameCommon Permissions
Permission Reference
r = Read (4)w = Write (2)x = Execute (1)- = No permission (0)Owner = first digit, Group = second digit, Others = third digit
How This Tool Was Built
This tool was created entirely by AI. Here's the exact prompt used to generate it:
Prompt Used
Create a Chmod Calculator tool with these features: 1. Octal input field (e.g., 755) 2. Permission grid with checkboxes: - Owner, Group, Others (rows) - Read, Write, Execute (columns) 3. Real-time sync between input and grid 4. Show both octal and symbolic (rwxr-xr-x) formats 5. Copy buttons for each format 6. Show chmod command 7. Common permissions presets (755, 644, etc.) 8. Reference section explaining values Make it developer-friendly with orange as the accent color.
Claude AI Model
7,200 Tokens Used
AI-Generated Code Origin