what value have I to specify for umask that the group users get read, write and execute?
Asked
Active
Viewed 3,907 times
1
user977828
- 921
- 4
- 16
- 30
1 Answers
0
what value have I to specify for umask that the group users get read, write and execute?
That would be a 0 for the group. The umask value would then look something like:
002
Owner: rwx
Group: rwx
Others: r-x
maulinglawns
- 8,426
- 2
- 28
- 36