From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 13:13:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B94D537B401 for ; Thu, 26 Jun 2003 13:13:47 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDEE43FD7 for ; Thu, 26 Jun 2003 13:13:45 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from impedimenta (ndf-dial-196-30-124-217.mweb.co.za [196.30.124.217]) (AUTH: LOGIN bsd@perimeter.co.za) by perimeter.co.za with esmtp; Thu, 26 Jun 2003 22:13:39 +0200 Message-ID: <005f01c33c1f$725a9e60$0eddfea9@perimeter.co.za> From: "Patrick O'Reilly" To: David.Bear@asu.edu, freebsd-questions@freebsd.org References: <20030626102728.B30626@asu.edu> Date: Thu, 26 Jun 2003 22:13:40 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Subject: Re: ftpchroot issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 20:13:48 -0000 ----- Original Message ----- From: "David Bear" > Anyway, I want to chroot the ftp user to a special file system so I > used the ftpchroot file as follows: > > ===================== > cat /etc/ftpchroot > ===================== > # by db > # 2003-06-25 > softsys /mnt/newdisk/ ./ghosted ^ you don't want a space here! Remove that space and you should be sorted... Patrick.