Unix file permission for groups
- by GOPI
I am working on HP Unix server. I have a directory in which users from different groups need to create files. And the users of a same group should have complete access to the files created by their group and only read access for the files created by other groups.
I tried to set sticky bit for the directory thereby to restrict access for other…