From owner-freebsd-questions@FreeBSD.ORG Thu Aug 20 18:38:11 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 C76151065672 for ; Thu, 20 Aug 2009 18:38:11 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF958FC43 for ; Thu, 20 Aug 2009 18:38:10 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id AC9E21CC88; Thu, 20 Aug 2009 21:38:02 +0300 (EEST) X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by localhost (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VhdjddFjHjhT; Thu, 20 Aug 2009 21:37:59 +0300 (EEST) Received: from rivendell (a88-114-134-146.elisa-laajakaista.fi [88.114.134.146]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id 61EA01CC5C; Thu, 20 Aug 2009 21:37:57 +0300 (EEST) Message-ID: <1DD722CD94764E1EA5440E920B294DB2@rivendell> From: "Reko Turja" To: "Al Plant" , References: <4A8CA912.3080201@hdk5.net> In-Reply-To: <4A8CA912.3080201@hdk5.net> Date: Thu, 20 Aug 2009 21:38:06 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8064.206 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 Cc: Subject: Re: csh & tcsh history missing after reboot FBSD_8 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, 20 Aug 2009 18:38:11 -0000 > What can I do to get the history to remain in memory across a=20 > reboot? Changing the capicity of set history to greater than 100=20 > does not affect it. How about: shutdown -r +1 logout -Reko=20