Desarrollo

Calculadora de Chmod

Calcula permisos de archivos Unix en formato octal, simbólico y de comando con una cuadrícula interactiva

R
W
E
Owner
Group
Others
Octal
755
Symbolic
-rwxr-xr-x
Command
chmod 755 <file>

Common Permission Modes

Chmod Calculator — Unix File Permissions

Calculate Unix/Linux file permissions in octal (e.g. 755), symbolic (rwxr-xr-x), and chmod command format. Toggle checkboxes for owner, group, and other permissions.

Common chmod values

chmod 755

Owner: read/write/execute. Group + Others: read/execute. Standard for web directories.

chmod 644

Owner: read/write. Group + Others: read-only. Standard for web files.

chmod 777

Everyone: read/write/execute. Avoid in production — too permissive.

chmod 600

Owner: read/write only. Group + Others: no access. For private keys and secrets.

¿No encuentras lo que buscas?

Creamos herramientas gratis según la comunidad. Si te falta algo para tu flujo de trabajo, ¡sugiérelo!

Calculadora de Chmod — Herramienta Gratis Online | FreeTool24 | FreeTool24