From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 01:24:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B9F3316A417 for ; Sat, 23 Sep 2006 01:24:54 +0000 (UTC) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (jasper.nighttide.net [207.5.141.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D7E43D45 for ; Sat, 23 Sep 2006 01:24:54 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (darren@localhost [127.0.0.1]) by olmec.nighttide.net (8.13.8/8.13.8) with ESMTP id k8N1OrQG022320 for ; Fri, 22 Sep 2006 21:24:53 -0400 (EDT) (envelope-from darren@nighttide.net) Received: from localhost (darren@localhost) by olmec.nighttide.net (8.13.8/8.13.8/Submit) with ESMTP id k8N1Or0h022317 for ; Fri, 22 Sep 2006 21:24:53 -0400 (EDT) (envelope-from darren@nighttide.net) X-Authentication-Warning: olmec.nighttide.net: darren owned process doing -bs Date: Fri, 22 Sep 2006 21:24:53 -0400 (EDT) From: Darren Henderson To: freebsd-questions@freebsd.org In-Reply-To: <200609190355.35277.list-freebsd-2004@morbius.sent.com> Message-ID: <20060922211719.F22066@olmec> References: <200609190355.35277.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: csh as default root Shell 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: Sat, 23 Sep 2006 01:24:54 -0000 On Tue, 19 Sep 2006, RW wrote: > What you shouldn't do is set a shell installed from packages as the root > shell, such as bash. This has become so what canonized however... there is no problem in running your chosen shell. If you boot single user it will ask you for a shell to use. Just use /bin/sh if the volume containing your chosen shell isn't mounted. Take appropriate steps to configure your login scripts accordingly if they are doing anything important that is dependent on the shell.