From owner-freebsd-questions Fri Sep 12 22:15:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA04959 for questions-outgoing; Fri, 12 Sep 1997 22:15:58 -0700 (PDT) Received: from venus.os.com (venus.os.com [199.232.136.71]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA04953 for ; Fri, 12 Sep 1997 22:15:55 -0700 (PDT) Received: (qmail 1386 invoked from network); 13 Sep 1997 05:07:28 -0000 Received: from ppp3-os-gw.os.com (HELO os.com) (199.232.136.19) by venus.os.com with SMTP; 13 Sep 1997 05:07:28 -0000 Message-ID: <341A2175.1F99A249@os.com> Date: Sat, 13 Sep 1997 01:15:33 -0400 From: Craig Shrimpton X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: Susie Ward CC: questions@FreeBSD.ORG Subject: Re: Hiding user directories without breaking ftp? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is /bin/ls hardcoded in the source or does it find ls via the path in a chroot'd environment? Susie Ward wrote: > Why not use wu-ftpd with the guest group, this will chroot the users into > their own home directories and they can't back out past that. I'm using > this with great success and I only hafta put /bin/ls in each users > directory. >