From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 14:56:26 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 1DAAA106564A for ; Wed, 21 Jul 2010 14:56:26 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out9.libero.it (cp-out9.libero.it [212.52.84.109]) by mx1.freebsd.org (Postfix) with ESMTP id A956E8FC14 for ; Wed, 21 Jul 2010 14:56:25 +0000 (UTC) Received: from soth.ventu (151.51.33.62) by cp-out9.libero.it (8.5.107) id 4C4029D100F26B48; Wed, 21 Jul 2010 16:56:24 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o6LEuMHU067216; Wed, 21 Jul 2010 16:56:23 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4C470A96.3040409@netfence.it> Date: Wed, 21 Jul 2010 16:56:22 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.10) Gecko/20100708 Thunderbird/3.0.5 MIME-Version: 1.0 To: "A. Wright" References: <4C46BBCE.2080601@netfence.it> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Strange filesystem problems 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: Wed, 21 Jul 2010 14:56:26 -0000 Il 07/21/10 14:00, A. Wright ha scritto: > > > On Wed, 21 Jul 2010, Andrea Venturoli wrote: > >> Let's say I have directory "foo"; under "foo" I have "bar" which keeps >> thousands of files (in several subdirectories). >> >> I do: >> >> %cd /xyzzy/foo >> %pwd >> xyzzy/foo >> %rm -fR bar >> %pwd >> pwd: .: Permission denied > > At this point, I would suspect that you may have the UCHG flag > set. What do: > ls -lod /xyzzy/foo/bar > and > ls -lo /xyzzy/foo/bar > say? Nope. ls says no flags are there; btw I'm repeatedly creating "bar", so I'm sure I'm not setting any flags on it or anything therein. Besides, would'nt that prevent rm from working? bye & Thanks av.