From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 18:22:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 800BB16A41F for ; Sat, 17 Sep 2005 18:22:59 +0000 (GMT) (envelope-from greg@grokking.org) Received: from herbert.sohotech.ca (herbert.sohotech.ca [206.116.63.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654D643D49 for ; Sat, 17 Sep 2005 18:22:58 +0000 (GMT) (envelope-from greg@grokking.org) Received: from localhost (unknown [127.0.0.1]) by herbert.sohotech.ca (Postfix) with ESMTP id 40109177BA0 for ; Sat, 17 Sep 2005 11:22:57 -0700 (PDT) Received: from herbert.sohotech.ca ([127.0.0.1]) by localhost (herbert.sohotech.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19336-08 for ; Sat, 17 Sep 2005 11:22:54 -0700 (PDT) Received: from [192.168.11.2] (niven.sohotech.ca [192.168.11.2]) by herbert.sohotech.ca (Postfix) with ESMTP id 7A931177B2F for ; Sat, 17 Sep 2005 11:22:54 -0700 (PDT) Message-ID: <432C5EFF.6020203@grokking.org> Date: Sat, 17 Sep 2005 11:22:55 -0700 From: Greg Maruszeczka User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050911) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sohotech.ca Subject: Re: rm -rf ? 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: Sat, 17 Sep 2005 18:22:59 -0000 Ansar Mohammed wrote: > Ok I am logged in as root, yet I cant delete /var/empty ( I get operation > not permitted). > > Any suggestions? > man chflags In particular, check for the "immutable" flag and how to change it. G