You are not logged in.
I have 2 users in a computer that mounts a directory from a server via nfs.
That directory is used to share files between users.
When a user creates a file in that directory the permissions are rw-r--r-- (the default umask 022). Since it is a shared directory, I would like new files to have rw-rw-r-- permissions.
I do not want to change the default global umask of 022, because that is ok everywhere else. I just would like to set an umask 002 only in the shared directory.
Any ideas about what direction to follow
Regards
:shock:
Offline