From owner-freebsd-questions Mon Apr 29 16:01:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21115 for questions-outgoing; Mon, 29 Apr 1996 16:01:03 -0700 (PDT) Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA21105 for ; Mon, 29 Apr 1996 16:00:53 -0700 (PDT) Received: (from ahill@localhost) by tulpi.interconnect.com.au id IAA20831 (8.7.4/IDA-1.6); Tue, 30 Apr 1996 08:59:58 +1000 (EST) Date: Tue, 30 Apr 1996 08:59:55 +1000 (EST) From: Anthony Hill To: Helio Coelho Junior cc: questions@FreeBSD.org Subject: Re: Password in a directory In-Reply-To: <199604280016.VAA01732@sv.compuland.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Apr 1996, Helio Coelho Junior wrote: > > Is it possible to put a password in a directory, so the > user need to type to have access granted ? > Not as such, you should read up about file and directory permissions, and the group file. It is possible to add users to certain groups, and then give only those groups permission to read, write, enter, or execute certain files and directories. It is also possible (even usual) to have a user belonging to more than one group. have fun !