From owner-freebsd-questions Mon Jan 27 17:25:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA03562 for questions-outgoing; Mon, 27 Jan 1997 17:25:02 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03531 for ; Mon, 27 Jan 1997 17:24:55 -0800 (PST) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [206.54.227.6]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id OAA27307 for ; Mon, 27 Jan 1997 14:18:52 -0800 (PST) Received: from arabian.sylvester.com (nyarlathotep.execpc.com [169.207.8.18]) by atlantis.nconnect.net (8.8.4/8.7.3) with SMTP id QAA28029; Mon, 27 Jan 1997 16:10:34 -0600 (CST) Message-ID: <32ED29C5.41C67EA6@nconned.net> Date: Mon, 27 Jan 1997 16:18:45 -0600 From: Randy DuCharme X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Dan Busarow CC: questions@freebsd.org Subject: Re: file permissions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dan Busarow wrote: > > On Sun, 26 Jan 1997, Randy DuCharme wrote: > > Breifly you need to change the owner of the directory to root ( chown ) > > and do a chmod 600 on the directory. > > 700 would be a little more usable :) > > Dan Agreed! But he did ask for Readable and writeable, not necessarily executable. ;) ( OK So I'm splitting hairs.... sorry ) Randy