SyntaxFix
Write A Post
Hire A Developer
Questions
in your shell script (or .bashrc) you may use somthing like:
.bashrc
umask 022
umask is a command that determines the settings of a mask that controls how file permissions are set for newly created files.
umask