From owner-freebsd-questions@FreeBSD.ORG Fri Oct 14 16:55:01 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 4222916A41F for ; Fri, 14 Oct 2005 16:55:01 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D360D43D4C for ; Fri, 14 Oct 2005 16:55:00 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so558555nzf for ; Fri, 14 Oct 2005 09:55:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jCAT9n37aVr3HOo3SEroojbfffyHJCqcc4L/itYerML8UIgXJDlHKU4Ni9pcn1Hh20ApejdCWsHgEvfpUIS2DoslF9ciOysibDQx35xFfh7aNk84R/S5hnConC0Mkw0BmCSb5BoYhAr8Pe3MAzxx/P7UXS9Tvob6IlshtdjdJdI= Received: by 10.36.80.16 with SMTP id d16mr3789934nzb; Fri, 14 Oct 2005 09:55:00 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Fri, 14 Oct 2005 09:55:00 -0700 (PDT) Message-ID: Date: Fri, 14 Oct 2005 20:55:00 +0400 From: "Andrew P." To: Niclas Zeising In-Reply-To: <434FC045.1020303@n00b.apagnu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <434FC045.1020303@n00b.apagnu.se> Cc: freebsd-questions@freebsd.org Subject: Re: Virtual Computer - Jail 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: Fri, 14 Oct 2005 16:55:01 -0000 On 10/14/05, Niclas Zeising wrote: > I was thinking about having some sort of virtual computer or operating > system to test stuff in. The point being that i can just to a rm -rf on > it and start over if i mess something upp really bad, all without > affecting my regular workstation. Is jail a good sulotion for this? Is > there any other sulotions? > Sincerely > //Niclas > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Jail is a great solution in case you want to run apps at full speed, without any overhead at all. I'm currently thinking about building jails close to fully-functional Linux vservers.