Linux file permissions are defined for three entities: the file Owner (user), the Group, and Public (others). Each entity can have three permissions:
Each permission group is represented by a single octal digit (0–7), calculated as the sum of: Read = 4, Write = 2, Execute = 1.
For example, 755 means Owner has rwx (4+2+1=7), Group has r-x (4+0+1=5), and Public has r-x (4+0+1=5).
A 9-character string like rwxr-xr-x directly shows each permission as r, w, x, or - (denied) in groups of three.
Convert Linux file permissions between octal, symbolic, and visual matrix formats. Instantly see rwx permissions for owner, group, and public.
Octal (e.g. 755)
755
Symbolic (e.g. rwxr-xr-x)
rwxr-xr-x
Command
chmod 755 filename
Share my chmod
Results are estimates based on standard models. Please verify critical data before taking action. Terms of Use
Securely encode and decode text to Base64 format instantly. Perfect for developers and secure data transmission online.
Visually design and generate CSS box-shadow code with real-time preview and multiple shadow layers.
Convert colors between HEX, RGB, and HSL formats instantly. Preview colors visually and copy values with one click.