Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!oddjob!mimsy!seismo!rick From: rick@seismo.CSS.GOV (Rick Adams) Newsgroups: comp.unix.wizards Subject: Re: Strange reaction to wierd file mode Message-ID: <44063@beno.seismo.CSS.GOV> Date: Wed, 19-Aug-87 18:35:59 EDT Article-I.D.: beno.44063 Posted: Wed Aug 19 18:35:59 1987 Date-Received: Sat, 22-Aug-87 04:46:22 EDT References: <719@csun.UUCP> <26027@sun.uucp> Organization: Center for Seismic Studies, Arlington, VA Lines: 11 Keywords: chmod open creat write error bug-p Summary: Clearly a feature! It is clearly a feature, and a useful one at that. Consider that you have a public ftp directory which anyone can access via anonymous ftp. You want to have the normal users on your system be able to put files into ~ftp, but you don't want to let the "anonymous" user be able to write or delete files in that directory. The simple solution is to make the directory mode 577 owned by ftp. It works. ---rick