octal ↔ symbolic unix file permissions
Unix file permissions are stored as a 9-bit mask split into three groups — owner, group, and others — each with three bits for read (4), write (2), and execute (1). Adding the bits gives a single octal digit per group, producing the familiar three-digit notation like 755 or 644. This tool lets you toggle permissions via checkboxes or type an octal value directly, with both representations always in sync.