From owner-freebsd-questions@FreeBSD.ORG Wed Jun 30 11:30:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EE0B16A4CE for ; Wed, 30 Jun 2004 11:30:45 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF50243D55 for ; Wed, 30 Jun 2004 11:30:44 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7C7688120; Wed, 30 Jun 2004 13:30:47 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88427-01; Wed, 30 Jun 2004 13:30:47 +0200 (CEST) Received: from [127.0.0.1] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id BCD6180AF; Wed, 30 Jun 2004 13:30:46 +0200 (CEST) Message-ID: <40E2A44C.30108@wcborstel.nl> Date: Wed, 30 Jun 2004 13:30:20 +0200 From: Jorn Argelo User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?w7LDj8OTw5PDicOIw4nDjiDDocOMw4XDi8OTw4XDig==?= References: <20040629230731.C2110@compy.mydom> In-Reply-To: <20040629230731.C2110@compy.mydom> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: freebsd-questions@freebsd.org Subject: Re: Permissions setting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:30:45 -0000 Россихин Алексей wrote: >Is it possible to set different permissions >on one file for 2 groups and set 'no access' >for other people? And how? > > Alexxis Rossikhin > alexxisr@mail.ru >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > That almost sounds like NTFS permissions to me. But the answer is no, you can't. You can change the file owner, the group owner the file belongs to (so not two), and what the persmission for everybody else is. You can always add the users of one group to the other one, so that you have one group. Then you can chmod it to 660 or 770 or something. Correct me if I'm wrong though.