From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 09:35:28 2008 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 4109E1065680 for ; Tue, 8 Apr 2008 09:35:28 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id F134A8FC15 for ; Tue, 8 Apr 2008 09:35:27 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so15089527ywt.61 for ; Tue, 08 Apr 2008 02:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=xwrjuMGQwfj/yMhMzOCnaw+LCZKQ5KLPubH/3nILyJM=; b=B2x/my/ZUuxZuv8EWJrmnhvYau4eduoTaHCwrUqNGRuEBZVKfRi7GVi5/wiXbv7m7HcOtXoNYjvRRo7/xvuc5eiQieYFeayU91Bzb3OP/zRtBVS9pDkIjyOgCN6TZSY9zZaDZ064R8r9HrZBnNts7ZnhVD/fU6EnHiDsuxuROJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=kG52TnNL75LhA2n2lv2RzXSvTUCcKQSAKSTEZ9ckMXQ5qVoRFlg6y7VUOdq50ULdzZhHPKaB7mAMIvNYcFqBP9KnDxTMOGSztOCa5llJxfI8BClIttBeMM8Z488GJGi3YuB4rv4H0Gft5TzsZ2GrvvZJlJTTqlsSlsSnYUg4hg4= Received: by 10.150.228.2 with SMTP id a2mr3302606ybh.208.1207647327350; Tue, 08 Apr 2008 02:35:27 -0700 (PDT) Received: by 10.151.107.7 with HTTP; Tue, 8 Apr 2008 02:35:27 -0700 (PDT) Message-ID: Date: Tue, 8 Apr 2008 17:35:27 +0800 From: "Ruel Luchavez" To: freebsd-questions@freebsd.org. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Delete a folder although its not empty 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: Tue, 08 Apr 2008 09:35:28 -0000 Hello... I'm tired of deleting a directory or folder in a server using "rm" and "rmdir" but before deleting a directory using "rmdir" the folder must be empty..what should i do or what command should be use in Free BSD to delete a folder in a directory even if its not empty without affecting the folder in the same directory? Please.....thanx