Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jenting/chmod2umask

chmod2umask is a tool for converts the `chmod` file mode to the `umask` symbolic mode.
https://github.com/jenting/chmod2umask

chmod rust umask

Last synced: about 1 month ago
JSON representation

chmod2umask is a tool for converts the `chmod` file mode to the `umask` symbolic mode.

Awesome Lists containing this project

README

        

# chmod2umask

chmod2umask is a tool for converts the `chmod` file mode to the `umask` symbolic mode.

For examples, if the `chmod` file mode is `0644`, then it converts to `u=rw,g=r,o=r`. Afterthat, you could configures `umask` by symbolic mode `umask -S u=rw,g=r,o=r`.