1

what value have I to specify for umask that the group users get read, write and execute?

0

1 Answer 1

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

Here is a good link on the matter.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.