Chmod Permissions Calculator
Calculate Linux and Unix file permissions visually. Convert between Octal, Symbolic notation, and bash chmod terminal commands in real-time.
Owner (User)
7Group
5Public (Others)
5Special Permission Bits (Optional)
Permissions Output
Terminal Command Builder
About this tool
Comprehensive documentation & audit utility guideChmod (change mode) is the Unix command used to set file and directory system permissions. This interactive calculator allows developers and DevOps administrators to visually configure read (4), write (2), and execute (1) bits for Owners, Groups, and Others, calculate octal codes (e.g. 755, 644, 600), manage special SUID/SGID/Sticky bits, and generate CLI commands.
How it works
Toggle Permission Checkboxes
Select Read (r), Write (w), or Execute (x) permissions for Owner, Group, and Public/Others.
Configure Special Bits & Paths
Optionally enable SetUID, SetGID, Sticky bit, and specify your target file or directory path.
Copy Terminal Command
Copy the exact octal (chmod 755) or symbolic (chmod u=rwx...) command directly into your terminal.
