Skip to content

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

License

Notifications You must be signed in to change notification settings

jenting/chmod2umask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks