From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 21:12:52 2007 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 4F4CF16A419 for ; Fri, 5 Oct 2007 21:12:52 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.freebsd.org (Postfix) with ESMTP id 2894F13C45B for ; Fri, 5 Oct 2007 21:12:52 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 306E713C7C6; Fri, 5 Oct 2007 16:29:36 -0700 (PDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 13E0F13C7C0; Fri, 5 Oct 2007 16:29:36 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 10B4513C404; Fri, 5 Oct 2007 16:29:36 -0700 (PDT) Date: Fri, 5 Oct 2007 16:29:36 -0700 (PDT) From: Philip Hallstrom To: Jerahmy Pocott In-Reply-To: <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> Message-ID: <20071005162851.X8934@bravo.pjkh.com> References: <2F42244C-6F3F-48B3-AC05-FF068A791324@optusnet.com.au> <20071005204531.40afed9a@gumby.homeunix.com.> <1960C310-B558-484E-927A-4AAC273621D6@optusnet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: RW , FreeBSD Questions Subject: Re: BASH as root shell (static linking) 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, 05 Oct 2007 21:12:52 -0000 > On 06/10/2007, at 5:45 AM, RW wrote: > >> On Sat, 6 Oct 2007 04:54:26 +1000 >> Jerahmy Pocott wrote: >> >>> Hello, >>> >>> I'm wanting to use BASH as my root shell, so I compiled a statically >>> linked >> >> I would suggest using bash as your toor shell instead. toor exist >> precisely for this purpose. > > Yeah, I'v done that in the past, but I really dislike csh, I don't want to > use > it EVER =p Use sudo... and alias 'su' to 'sudo -H bash'. That's what I do... but can always fall back to the default if necessary.