From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 30 Jul 2006 12:39:40 -0700 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] group permission In-Reply-To: <91D038E8-828E-451C-A069-265FF382D7D5@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <91D038E8-828E-451C-A069-265FF382D7D5@ar.aichi-u.ac.jp> Topicbox-Message-UUID: 943c0230-ead1-11e9-9d60-3106f5b1d025 This isn't limited to just this one case. According to the documentation, a group owner has the ability to add or remove people from a group, but actually there is no interface for doing so. The right solution is probably a way to talk to a file server to create a new group (owned by the user who created it) and also to edit existing groups, subject to the documented permissions. Russ