From owner-freebsd-questions Mon Jun 1 10:50:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22322 for freebsd-questions-outgoing; Mon, 1 Jun 1998 10:50:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from spot.zyx.net (brian@spot.zyx.net [204.250.193.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22300; Mon, 1 Jun 1998 10:50:47 -0700 (PDT) (envelope-from brian@spot.zyx.net) Received: (from brian@localhost) by spot.zyx.net (8.8.7/8.8.4) id MAA07833; Mon, 1 Jun 1998 12:00:59 -0600 (MDT) Date: Mon, 1 Jun 1998 12:00:59 -0600 (MDT) From: Brian Shellabarger To: Tim Yeung cc: freebsd-questions@FreeBSD.ORG, freebsd-newbies@FreeBSD.ORG Subject: Re: symbolic link for ftp anonymous user In-Reply-To: <9806011328.AA27446@hermes.dciem.dnd.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 1 Jun 1998, Tim Yeung wrote: > ftp anonymous is unable to see the contain of the "share" directory. > but other user (with account) has no problem. > Is it a premission problem? How to fix it. Make sure the user "ftp" has read/execute access to this directory and at least read access to any files that you want to be available via anonymous FTP. I'm not aware of your exact situation, but: "chmod 555 /path/to/share/dir" should do the trick. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message