An awesome Chmod Calculator to convert Linux file permissions between different formats.
---------
Quickly generate permissions in numerical and symbolic formats. All options included (recursive, sticky, etc). Ready to copy paste to your terminal in seconds.
Numeric | Symbolic | Permission |
---|---|---|
0 | --- | none |
1 | --x | execute only |
2 | -w- | write only |
3 | -wx | write and execute |
4 | r-- | read only |
5 | r-x | read and execute |
6 | rw- | read and write |
7 | rwx | read, write, and execute |