From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 12:50:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D50616A4CF for ; Fri, 23 Apr 2004 12:50:43 -0700 (PDT) Received: from dynamic.hydro.washington.edu (dynamic.hydro.washington.edu [128.95.246.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A9243D49 for ; Fri, 23 Apr 2004 12:50:43 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) Received: from dynamic.hydro.washington.edu (localhost [127.0.0.1]) i3NJod0U012272; Fri, 23 Apr 2004 12:50:39 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) Received: from localhost (penglish@localhost)i3NJoYwm012269; Fri, 23 Apr 2004 12:50:39 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) X-Authentication-Warning: dynamic.hydro.washington.edu: penglish owned process doing -bs Date: Fri, 23 Apr 2004 12:50:34 -0700 (PDT) From: Paul English To: Warren Block In-Reply-To: <20040420165341.V35159@wonkity.com> Message-ID: <20040423125005.C12029-100000@dynamic.hydro.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Removing wierd file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 19:50:43 -0000 On Tue, 20 Apr 2004, Warren Block wrote: > On Tue, 20 Apr 2004, Paul English wrote: > > > On Tue, 20 Apr 2004, Warren Block wrote: > > > > > > Does ls -lo show anything unusual? > > > > Nothing that makes any sense to me, but that is not a flag I usually use: > > > > ls -lo > > total 0 > > -rwxrws--T 1 1708453043 4187987649 sappnd,uappnd 0 Oct 9 2001 10009_dir > > So 'chflags nosappnd,nouappnd "thatweirdname"' should clear them, if > they are the problem. Haven't seen them on anything, but I haven't > looked, either. It worked! Once I did chflags as above, the file responded to "rm" quite nicely. Thanks! Paul