From owner-freebsd-questions@FreeBSD.ORG Mon Feb 1 18:56:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB5A31065676 for ; Mon, 1 Feb 2010 18:56:24 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 677668FC18 for ; Mon, 1 Feb 2010 18:56:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id o11IuLvV072473; Mon, 1 Feb 2010 12:56:21 -0600 (CST) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jWM+5G00Xbpb; Mon, 1 Feb 2010 12:56:19 -0600 (CST) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id o11IuEwT072468; Mon, 1 Feb 2010 12:56:15 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <4B6723CE.2050003@daleco.biz> Date: Mon, 01 Feb 2010 12:56:14 -0600 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.23 (X11/20090929) MIME-Version: 1.0 To: Nerius Landys References: <560f92641001312208r1af8a8a2j2be83fe231ad8d74@mail.gmail.com> <44ljfc2a2w.fsf@be-well.ilk.org> <560f92641002011041x484518bdqc9828eff404254fb@mail.gmail.com> In-Reply-To: <560f92641002011041x484518bdqc9828eff404254fb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Lowell Gilbert , FreeBSD Mailing List Subject: Re: /root permission reset on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 18:56:24 -0000 Nerius Landys wrote: >>> I'm running FreeBSD 7.1 i386, and even after I "chmod 700 /root", >>> after a reboot it goes back to permission 755. >>> 1. What's the reason for this? There must be a good reason and I >>> would like to know it. Everything in FreeBSD just makes sense and is >>> well designed (honestly, no sarcasm here). >> It's something local to your machine; this doesn't happen on any machine >> I've used, and I can't find anything that could be configured for that. > > Perhaps I was mistaken about this happening after every reboot. > Perhaps it only happens when I upgrade my world (make buildworld, make > installworld, etc.). I do this often (every time a release patch is > released). > > So, perhaps this only happens during these upgrades? Yup, 99% sure of that. Kevin Kinsey