I have a small number of users (4) using a multi-user application. To avoid permissions issues I want to set the file creation attributes for the users of the application to owner = read, write, execute; group = read, write, execute; others = read.
I think I do this with
but I'm not sure how to implement this. Does it go in .profile? Advice please. Thanks.
I think I do this with
Code:
umask=002