What Linux permissions do I give a directory if I want the users, who are members of the group the directory is in, to be able to read and write but not delete (except for the owner/creator)? I understand this has to do with the SUID/SGID and Sticky Bit which I can't seem to get quite right.
For example I have a shared directory in a division under home that I want all users of the division (admin) to be able to read and write but not delete.
/home/admin/shared
All users in admin are members of the admin group and the "shared" directory is in the group admin. Home, admin, and shared are owned by root.
Thanks!
For example I have a shared directory in a division under home that I want all users of the division (admin) to be able to read and write but not delete.
/home/admin/shared
All users in admin are members of the admin group and the "shared" directory is in the group admin. Home, admin, and shared are owned by root.
Thanks!