Calculate Unix file permissions with visual checkbox selection and numeric output
Yes, PivaBox Chmod Calculator is completely free to use. All calculations are done locally.
No. All permission calculations are done locally in your browser. Nothing is uploaded to any server.
Chmod numbers represent Unix file permissions: Read (r) = 4, Write (w) = 2, Execute (x) = 1. These are summed per user class (Owner, Group, Others). For example, 755 means Owner has read+write+execute (4+2+1=7), Group has read+execute (4+1=5), and Others has read+execute (4+1=5).