From owner-freebsd-questions Mon Jul 16 23:24:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail13.sdc1.sfba.home.com (femail13.sdc1.sfba.home.com [24.0.95.140]) by hub.freebsd.org (Postfix) with ESMTP id A670637B406 for ; Mon, 16 Jul 2001 23:24:37 -0700 (PDT) (envelope-from btdang@home.com) Received: from home.com ([24.248.85.196]) by femail13.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010717062436.NVOR20529.femail13.sdc1.sfba.home.com@home.com> for ; Mon, 16 Jul 2001 23:24:36 -0700 Message-ID: <3B53DB5D.D2DC2BE1@home.com> Date: Mon, 16 Jul 2001 23:29:49 -0700 From: Bruce Dang Organization: Boys & Girls Clubs X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Subject: Re: Giving some restriction to some user References: <20010716222817.82828.qmail@web9406.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What you want to do is not possible with standard unix file permissions. If you do not have too many users, you make a separate directory, add a new group (perhaps tmpacc?), and add some of the users to that group. Then if you want them to view some files, just cp it to the dir and chgrp it to tmpacc, and give the proper permission so your users can view them. Bruce Dang www.tbug.org Eric Boucher wrote: > > Hi everyone, > > I wanted to know if there is a way to give some user > access to read, write or execute some files even if > these users are not in the same group as mine. I heard > that there is something like this on AIX machines, a > program called acl???? or something like that. The > person told me that there is a file which map the > users and the permissions. I little bit like in > windows, you can personalize which one has the > permission to do what. Does somebody knows what I want > to do and how to do it? > > Thanks > > Eric Boucher > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message