From owner-freebsd-questions Mon Sep 16 02:16:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA22853 for questions-outgoing; Mon, 16 Sep 1996 02:16:47 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA22819 for ; Mon, 16 Sep 1996 02:16:41 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v2ZmB-000Qk0C; Mon, 16 Sep 96 11:15 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id KAA17820; Mon, 16 Sep 1996 10:34:14 +0200 Message-Id: <199609160834.KAA17820@allegro.lemis.de> Subject: Re: bash default shell for root To: kelly@fsl.noaa.gov (Sean Kelly) Date: Mon, 16 Sep 1996 10:34:13 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: <323B7745.167EB0E7@fsl.noaa.gov> from "Sean Kelly" at Sep 14, 96 09:25:57 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Sean Kelly writes: > > Eric J. Schwertfeger wrote: >> On Sun, 15 Sep 1996, Anthony Hill wrote: >>> Are there any strong reasons why I should not set root's default shell to >>> bash, >> Yes. root's shell needs to be a statically linked shell in /bin for >> disaster recovery. > > Indeed. Maybe this is solving the wrong problem. I use bash as the root shell, and I've done it by simply linking it statically. Yes, it works. Greg