DevBench
All Tools
rwx

chmod Calculator

DevRuns in browser

chmod Calculator translates between numeric octal modes and symbolic rwx strings for user, group, and others. Paste a mode like 755 or rwxr-xr-x, or a full ls -l permission field; four-digit octals show setuid, setgid, and sticky bits. Handy for Dockerfiles, deployment scripts, and infra-as-code when you need to double-check permission masks.

Unix file permissions

Converts between numeric octal modes (755, 0644) and symbolic notation (rwxr-xr-x). Paste output from ls -l (optional leading file-type letter) or a stat-style four-digit octal value to see setuid, setgid, and sticky bits. All processing runs in your browser — ideal when writing Dockerfiles, Ansible tasks, Terraform file resources, or shell scripts that set ownership and mode.