From owner-freebsd-questions Fri Sep 12 22:29:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA05627 for questions-outgoing; Fri, 12 Sep 1997 22:29:35 -0700 (PDT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA05616 for ; Fri, 12 Sep 1997 22:29:33 -0700 (PDT) Received: from sea.ntplx.net (khelbin@sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.8.7/NETPLEX) with SMTP id BAA27590; Sat, 13 Sep 1997 01:29:21 -0400 (EDT) Date: Sat, 13 Sep 1997 01:29:19 -0400 (EDT) From: Khelbin Sunvold To: David Langford cc: questions@FreeBSD.ORG Subject: Re: Hiding user directories without breaking ftp? In-Reply-To: <199709122324.NAA07029@caliban.dihelix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 12 Sep 1997, David Langford wrote: > I am trying to get a system so that users can't "ls" other peoples > home directories. > > The current problem is that this really breaks ftpd. > Since when does chmod 700 $HOME break ftpd????