Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!adm!haynes@ucscc.UCSC.EDU From: haynes@ucscc.UCSC.EDU (99700000) Newsgroups: comp.unix.questions Subject: Re: Access -- a program to give permissions across logins Message-ID: <6979@brl-adm.ARPA> Date: Mon, 20-Apr-87 08:23:26 EST Article-I.D.: brl-adm.6979 Posted: Mon Apr 20 08:23:26 1987 Date-Received: Tue, 21-Apr-87 00:35:59 EST Sender: news@brl-adm.ARPA Lines: 7 If you have kernel source, there is a hack of a few lines done by Berkeley Computer Center that sez if uid == gid then the user is considered the "group master" for the class (group) and has all privileges over files in that group. So it doesn't depend on the directories having the "right" protection mode and the umask being right.