generator
Password Generator
Generate strong, secure random passwords with customizable length and character types.
calculator
Convert Unix file permissions between numeric and symbolic forms while generating a ready-to-copy chmod command.
Numeric
755
Symbolic
rwxr-xr-x
chmod command
chmod 755 filename
Common presets make it easy to switch between open development modes, typical executable permissions, and private file settings.
How to use
Unix permission math is simple once you remember the read, write, and execute values, but it is still easy to forget which number maps to which combination in the moment. A chmod calculator removes that friction by showing the relationship between checkboxes, numeric digits, and symbolic notation at the same time. That makes it useful for developers, DevOps work, hosting tasks, and everyday server administration.
The live command preview is especially handy because it turns an abstract permission value into the exact shell command you can run next. Whether you are locking down a private key with 400, making a script executable with 755, or setting a document to 644, you can confirm the intended mode visually before copying the command into a terminal session. The preset buttons also speed up the most common permission patterns.
Related tools