Toolsby ZamDev

Command Palette

Search for a command to run...

Back to Tools
Chmod Calculator
Calculate Unix/Linux file permissions in numeric and symbolic notation.
7

rwx

5

r-x

5

r-x

755
-rwxr-xr-x
chmod 755 <file>
chmod u=rwx,g=rx,o=rx <file>