From owner-freebsd-questions Mon Jan 27 17:26:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04046 for questions-outgoing; Mon, 27 Jan 1997 17:26:42 -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 RAA04012 for ; Mon, 27 Jan 1997 17:26:36 -0800 (PST) Received: from luke.cpl.net (root@[206.85.245.131]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id NAA27008 for ; Mon, 27 Jan 1997 13:39:56 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.7.5/8.7.3) with SMTP id NAA07787 for ; Mon, 27 Jan 1997 13:40:10 -0800 (PST) Date: Mon, 27 Jan 1997 13:40:10 -0800 (PST) From: Shawn Ramsey X-Sender: shawn@luke.cpl.net To: questions@freebsd.org Subject: Re: file permissions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 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 :) Thanks everyone for all the replies. :) I changed the owner/group(already knew how to do that), but did a chmod 000 dirname. I don't know what that does, but it seemed to work. :)