Date: Mon, 16 Jul 2001 23:29:49 -0700 From: Bruce Dang <btdang@home.com> To: FreeBSD <freebsd-questions@FreeBSD.ORG> Subject: Re: Giving some restriction to some user Message-ID: <3B53DB5D.D2DC2BE1@home.com> References: <20010716222817.82828.qmail@web9406.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B53DB5D.D2DC2BE1>