From owner-freebsd-questions@FreeBSD.ORG Thu Dec 3 10:59:38 2009 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 4864B1065670 for ; Thu, 3 Dec 2009 10:59:38 +0000 (UTC) (envelope-from s4mmael@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id D31EE8FC0A for ; Thu, 3 Dec 2009 10:59:37 +0000 (UTC) Received: by fxm10 with SMTP id 10so1201566fxm.34 for ; Thu, 03 Dec 2009 02:59:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=62TMmVRgutTnj6mG2gHLsf0VpStt/9ZbwmC+xqSXjZ8=; b=XK+rew+p8+iH6/vidFWxASsCmjw06R4TVB3kLPdj0lURcEpdCE0YGEQui8KcOX3hzO ++VRu0qV8IaB8BSFrBK8hpVkCluvpIqSI4yMbddsL1l4A03SI3lWvtWSdAXEqeITSQXU PvSKE9FKnFaiunY29ADVEjZMxONCNh+y2vo18= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FodVsTWYyeVkrExq/BfwzF6Iymm9Y4HdagxUJwmnPeWQr/LN/vJJjLdEebbXRGxTJ7 NdhPBki99ERinBg0LNIsogwdODoe3hQbnYuJ+Tjtd+uFGWKo/L+H2f0XXryudO4nJpIc i9v/IqEpeDlPSwfMYRzHJforuhpvXXhuLslnE= MIME-Version: 1.0 Received: by 10.223.20.210 with SMTP id g18mr223885fab.9.1259837976497; Thu, 03 Dec 2009 02:59:36 -0800 (PST) In-Reply-To: References: <20091202071508.GA1869@thought.org> Date: Thu, 3 Dec 2009 13:59:36 +0300 Message-ID: <6e38aed80912030259u51307cd6tcd2650f494b768e0@mail.gmail.com> From: S4mmael To: utisoft@gmail.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: which is the better way...? 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: Thu, 03 Dec 2009 10:59:38 -0000 > [chris@amnesiac]~% sudo rm -rf / > rm: "/" may not be removed > [chris@amnesiac]~% > > Gutted! I'll have to use pkg_*... > > Chris > You can try this: sudo rm -rf /* I guess It works))).