Help with groups, please.

2000-10-20 Thread Steve Simons
I want to give full access to /var/www/* to members of the group 'authors'. I created the group with 'groupadd authors', added steve to the group with 'gpasswd -a steve authors' and changed the group of the files with 'chgrp authors /var/www/*'. After logging out and in as steve, why do I get

Re: Help with groups, please.

2000-10-20 Thread Ethan Benson
On Fri, Oct 20, 2000 at 03:22:33PM +0100, Steve Simons wrote: I want to give full access to /var/www/* to members of the group 'authors'. I created the group with 'groupadd authors', added steve to the group with 'gpasswd -a steve authors' and changed the group of the files with 'chgrp