From owner-freebsd-questions@freebsd.org Sat May 21 03:41:36 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CCFCB448DA for ; Sat, 21 May 2016 03:41:36 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [IPv6:2001:470:0:19b::b869:801b]) by mx1.freebsd.org (Postfix) with SMTP id 45AA51D22 for ; Sat, 21 May 2016 03:41:36 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from ::ffff:99.100.19.101 ([99.100.19.101]) by holgerdanske.com for ; Fri, 20 May 2016 20:41:32 -0700 Subject: Re: history utility To: freebsd-questions@freebsd.org References: <20160520194809.1677a4b7@gumby.homeunix.com> From: David Christensen Message-ID: <573FD901.4000507@holgerdanske.com> Date: Fri, 20 May 2016 20:41:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160520194809.1677a4b7@gumby.homeunix.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 03:41:36 -0000 On 05/20/2016 11:48 AM, RW via freebsd-questions wrote: > On Fri, 20 May 2016 14:17:09 -0400 > James B. Byrne wrote: > >> As is no doubt obvious from what I am trying to do I come from a bash >> background. >> >> While logged in as root ... > >> Why is there no export command found given that man sh explicitly >> mentions the builtin command 'export'? > > The default logon shell for root is /bin/csh +1 Perhaps you want to enable/ configure your 'toor' account to use the shell of your choosing: https://duckduckgo.com/?q=freebsd+toor&t=ffsb&ia=web David