Common mode
755 means owner can read/write/execute, group and others can read/execute.
Convierte permisos Unix entre modos numéricos como 755, notación simbólica rwx y casillas visuales de propietario/grupo/otros, incluyendo los bits setuid, setgid y sticky.
| Visual permissions | Read | Write | Execute |
|---|---|---|---|
| Owner | |||
| Group | |||
| Others |
Special bits affect executable files and shared directories; this tool only explains the mode.
Convert between numeric chmod modes, symbolic rwx notation, and visual checkboxes for owner, group, and others.
Each chmod digit is a sum: read is 4, write is 2, and execute is 1. A digit of 7 means read, write, and execute; 5 means read and execute.
755 means owner can read/write/execute, group and others can read/execute.
setuid, setgid, and sticky are represented by an optional leading octal digit and affect executable files or shared directories in specific Unix contexts.
The tool only converts and explains permissions. It never executes chmod or accesses your files.
All conversion happens locally in your browser.
The owner can read and write, while group and others can only read.
The owner can read, write, and execute, while group and others can read and execute.
No. It only generates and explains permission modes.