The executable bit can be applied to files and directories alike since, in reality, a directory is merely just a kind of file.
rw-rw---- would be 660
So setting my umask to 006 would lead to let new files be 660, right?
Ulrich
The executable bit can be applied to files and directories alike since, in reality, a directory is merely just a kind of file.
rw-rw---- would be 660
So setting my umask to 006 would lead to let new files be 660, right?
Ulrich