From owner-freebsd-hackers Sat Oct 28 15:34:12 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05220 for hackers-outgoing; Sat, 28 Oct 1995 15:34:12 -0700 Received: from dux.ru (dux.ru [193.125.210.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA05199 for ; Sat, 28 Oct 1995 15:34:04 -0700 Received: from myframe.dux.ru (uucp@localhost) by dux.ru (8.6.10/8.6.6) with UUCP id BAA01643; Sun, 29 Oct 1995 01:33:03 +0300 Received: from myframe.dux.ru (uucp@localhost) by tetris.dux.ru (8.6.8/8.6.6) with UUCP id BAA22782; Sun, 29 Oct 1995 01:18:37 +0300 Received: (from ptitz@localhost) by myframe.dux.ru (8.6.11/8.6.6) id BAA03589; Sun, 29 Oct 1995 01:04:15 +0300 To: Piero Serini Cc: hackers@FreeBSD.ORG, Mark Stout References: <199510281059.LAA17193@strider.ibenet.it> In-Reply-To: <199510281059.LAA17193@strider.ibenet.it>; from Piero Serini at Sat, 28 Oct 1995 11:59:30 +0100 (MET) Message-ID: Organization: DUX Date: Sun, 29 Oct 1995 01:04:12 +0300 (MSK) X-Mailer: Mail/@ [v2.36 FreeBSD] From: "Dmitry Mishin" Reply-To: ptitz@dux.ru Subject: Re: ftp tree permissions Lines: 23 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 826 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk In message <199510281059.LAA17193@strider.ibenet.it> Piero Serini writes: >Quoting from Mark Stout (Sat Oct 28 08:06:34 1995): >> The only thing that I'm thinking can be the problem is the permissions on >> the ftp directory structure. I'm ioncluding it in this message in the hopes >> that someone out there can see a problem. >IMO they should be (corrections on the right): [skipped] >> /ftp/etc: >> total 5 >> drwxr-xr-x 2 root ftp 512 Oct 25 12:50 ./ >> drwxrwxrwx 10 root wheel 512 Oct 26 20:53 ../ >> -rwxr-xr-x 1 root ftp 37 Oct 25 13:10 group* 444 >> -rwxr-xr-x 1 root ftp 396 Oct 27 13:05 passwd* 444 there are reason to use pwd.db instead of passwd - probably there are required changes of corresponding places in man pages (for both fbsd ftpd and wu-ftpd package). -- D.Mishin