From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 17:11:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B74B16A4CE for ; Fri, 24 Dec 2004 17:11:11 +0000 (GMT) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1038B43D45 for ; Fri, 24 Dec 2004 17:11:11 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1Chsy6-0004f4-HF; Fri, 24 Dec 2004 12:11:10 -0500 From: "Andrew L. Gould" To: Josh Paetzel Date: Fri, 24 Dec 2004 11:12:08 -0600 User-Agent: KMail/1.6.2 References: <41C6EE24.4080606@vilot.com> <200412241006.47078.algould@datawok.com> <200412241652.59449.josh@tcbug.org> In-Reply-To: <200412241652.59449.josh@tcbug.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412241112.08777.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc173f08cb782d349a69e1553d485151b7350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Andy Firman cc: freebsd-questions@freebsd.org Subject: Re: bash - superuser X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 17:11:11 -0000 On Friday 24 December 2004 10:52 am, Josh Paetzel wrote: <-snip-> > > I've always been curious as to why you can't(shouldn't?) just change > the shell that root uses. I think it has to do with the fact that some shells executables are in /bin and others are in /usr/local/bin. Root users should use a shell in /bin so that if something goes wrong and the /usr partition doesn't get mounted during bootup, root can still use its default shell. Andrew Gould