From owner-freebsd-questions@FreeBSD.ORG Thu May 8 04:25:42 2003 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 BA67837B401 for ; Thu, 8 May 2003 04:25:42 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-4-115.w193-253.abo.wanadoo.fr [193.253.178.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCED843F85 for ; Thu, 8 May 2003 04:25:39 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h48BPa3G046239 for ; Thu, 8 May 2003 13:25:36 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Thu, 8 May 2003 13:25:36 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305081325.36007.ajacoutot@lphp.org> Subject: rm: Operation not permitted 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: Thu, 08 May 2003 11:25:43 -0000 Hi ! I have a ERASE/empty/ directory in /root, and when I want to erase this folder, I get the following error: # rm -Rf ERASE/ rm: ERASE/empty: Operation not permitted rm: ERASE/: Directory not empty I chmod everything to 777 but still get the same error (as root !). Is there any way I can get read of those folders ? Thanks. Antoine