rwx

Chmod Calculator

Calculate Unix file permissions. Convert between symbolic (rwxr-xr-x) and numeric (755) chmod notation. Free chmod permission calculator.

Live·100% in your browser — no upload
Owner
Group
Others
Read (4)
Write (2)
Execute (1)
Numeric
755
Symbolic
rwxr-xr-x
chmod 755 filename
chmod u=rwx,g=rx,o=rx filename

Enter Numeric Value

Common Permissions

Free Chmod Calculator Online

Calculate Unix file permissions with an interactive checkbox grid. Convert between numeric (octal) and symbolic chmod notation. Generate ready-to-use chmod commands.

Understanding Permissions

Permission Groups

Owner (u) - the file creator. Group (g) - users in the file's group. Others (o) - everyone else.

Related tools