From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 18:07:58 2011 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 A45F9106564A for ; Tue, 22 Feb 2011 18:07:58 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4296A8FC14 for ; Tue, 22 Feb 2011 18:07:57 +0000 (UTC) Received: by eyg7 with SMTP id 7so1102303eyg.13 for ; Tue, 22 Feb 2011 10:07:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.45.75 with SMTP id o51mr3316767eeb.49.1298398074996; Tue, 22 Feb 2011 10:07:54 -0800 (PST) Received: by 10.14.119.1 with HTTP; Tue, 22 Feb 2011 10:07:54 -0800 (PST) X-Originating-IP: [128.95.17.60] In-Reply-To: <20110222175313.GD3027@guilt.hydra> References: <4D63E6F2.3050008@alokat.org> <4D63E92C.4060304@ifdnrg.com> <4D63EB2E.3080200@alokat.org> <20110222175313.GD3027@guilt.hydra> Date: Tue, 22 Feb 2011 10:07:54 -0800 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: bash can not find most of my commands 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: Tue, 22 Feb 2011 18:07:58 -0000 On Tue, Feb 22, 2011 at 9:53 AM, Chad Perrin wrote: > Thus, if you *really* want a superuser account with bash as its default > shell, you can always use toor for that purpose. =A0I don't much see the > point in setting a superuser account to use bash anyway -- or any other > account, really -- but the option is there if you must have it. It turns out auto-completion with hinting and command history searching are pretty addictive if you're used to having them. :) Personally, I usually just use sudo, or run bash as my first command after gaining root powers. But it's very interesting to finally find out what "toor" is for. I'd always wondered.