Calculate Linux file permissions in octal (e.g. 755, 644) and symbolic notation (rwxr-xr-x) with SUID, SGID, Sticky Bit, and common presets.
Linux permissions consist of three permission trios for Owner, Group, and Others. Each trio is assigned bits for Read (4), Write (2), and Execute (1).
100% Client-Side: Calculations are instant in browser memory.