Chmod Permissions Calculator

An interactive calculator to generate and understand Linux file permissions (chmod) in numeric and symbolic formats.

Owner

7

Group

5

Public

5
Special Bits

SetUID: runs with owner's privileges. SetGID: runs with group's privileges. Sticky Bit: prevents users from deleting others' files.

Numeric

0755
Numeric
rwxr-xr-x
Symbolic
chmod 0755 file
chmod command

Related Tools