Re: Group access issue

2014-01-07 Thread Andy Hayward
Not OpenBSD related, but this can be achieved with standard Unix permissions. From memory you'll need something like: Two groups, one for read-only (R), the other for write access (W). Anyone in the latter group should also be in the former. Then create the following directory structure: foo (gro

Group access issue

2014-01-07 Thread Jon S
Hi! I have a situation where I would like to assign one group of people rights to read a file and a different group of people the right to read and write the same file (there are actually many files). A different way to describe it would be: I would like a file to belong to two groups, one with R