From owner-freebsd-questions Fri May 10 14:40:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA27006 for questions-outgoing; Fri, 10 May 1996 14:40:23 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA26912 for ; Fri, 10 May 1996 14:40:03 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA02827; Fri, 10 May 1996 14:39:15 -0700 From: Terry Lambert Message-Id: <199605102139.OAA02827@phaeton.artisoft.com> Subject: Re: NFS To: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Date: Fri, 10 May 1996 14:39:14 -0700 (MST) Cc: terry@lambert.org, questions@freebsd.org In-Reply-To: <199605102127.SAA28244@unix1.ism.com.br> from "Helio Coelho Jr. - CompuLand Informatica" at May 10, 96 06:27:32 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Sorry. My sentence is wrong. I don't want the users to see the parent's > directories from the exported directory. > Eg.: > I'm exporting /var/example/pub > I don't want the users looking in /var, neither in /var/example. > thanks! You must explicitly export the directory. Look at the "mountd" man page. (I assume you are worried about the users mounting the FS further up in the export, since the FS is mounted on "/usr" on the server, right?). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.