Calculateur chmod
Calculez les permissions de fichiers Linux en notation octale et symbolique. Générateur visuel de commandes chmod.
| Read | Write | Execute | Octal | |
|---|---|---|---|---|
| Owner | 7 | |||
| Group | 5 | |||
| Others | 5 |
tools.chmodCalculator.octalNotation
755tools.chmodCalculator.symbolicNotation
rwxr-xr-xCommande
chmod 755 filenameComment utiliser
Calculez les permissions de fichiers Linux en notation octale et symbolique. Générateur visuel de commandes chmod.
- 1Check the permission boxes for Owner, Group, and Others.
- 2View the octal (e.g., 755) and symbolic (e.g., rwxr-xr-x) notation.
- 3Or enter an octal number to auto-fill the checkboxes.
- 4Copy the chmod command to use in your terminal.
Fonctionnalités
- Visual permission grid with instant calculation
- Octal and symbolic notation display
- Reverse lookup — enter octal to see permissions
- Common presets: 644, 755, 777, 600, 700