From owner-freebsd-questions@FreeBSD.ORG Sat Jan 16 23:01:28 2010 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 2C5DF1065670 for ; Sat, 16 Jan 2010 23:01:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id B10068FC08 for ; Sat, 16 Jan 2010 23:01:27 +0000 (UTC) Received: by ewy26 with SMTP id 26so2145950ewy.3 for ; Sat, 16 Jan 2010 15:01:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=dMuOY18dBi35q6ykdxWfG7Zh506xHeirQLOq7VONess=; b=iJG5tcOhGLXirgtjmP2MOQaYYEGpkKM+okQm/TqU6k6+vdlagYpMZgn4GEsGjFrePf jQfxunWL8yWs7euTOaqEWGlOEd42zF5HKYePWFfBDmqLA5EO1yQfK9ia9RvaDsGBISo1 t53KzqRQq4H38ZyojyFW3mS4R0UtqXNv4hMcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=DR8Ze6anbVGALExzuyfI2bWtlPVaA5Nl2Lq6GHkMXb/y9COozzZ8J2tQQPbklkeH+l av9aU4Jq356Q3OVwDjXYL2fcomhlkBqmzyXw3bU+WPhzUCpLnHUmxlTlHmnhiWv1meNF 3whpEE2LhtSod+9jXiu3mo1eiP+JNNf3CKQWo= Received: by 10.213.24.25 with SMTP id t25mr1640695ebb.73.1263682877142; Sat, 16 Jan 2010 15:01:17 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 16sm2863151ewy.10.2010.01.16.15.01.15 (version=SSLv3 cipher=RC4-MD5); Sat, 16 Jan 2010 15:01:16 -0800 (PST) Date: Sat, 16 Jan 2010 23:01:12 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100116230112.1db466f5@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.5; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: changing place of .core files 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, 16 Jan 2010 23:01:28 -0000 On Sat, 16 Jan 2010 23:23:52 +0100 (CET) Marco Beishuizen wrote: > Normally when a program crashes, it places a .core file in the > homefilesystem. Is there a way of changing the filesystem where > FreeBSD places it's core dumps? cd to another directory before starting the program.