From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 16:58:31 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 92139106566B for ; Tue, 22 Feb 2011 16:58:31 +0000 (UTC) (envelope-from mailing@alokat.org) Received: from smtp.alokat.org (smtp.alokat.org [46.4.186.11]) by mx1.freebsd.org (Postfix) with ESMTP id 5356A8FC15 for ; Tue, 22 Feb 2011 16:58:31 +0000 (UTC) Received: from smtp.alokat.org (localhost.localdomain [127.0.0.1]) by smtp.alokat.org (Postfix) with ESMTP id 9422D11250068 for ; Tue, 22 Feb 2011 17:58:30 +0100 (CET) Received: from [192.168.24.24] (188-192-38-254-dynip.superkabel.de [188.192.38.254]) by smtp.alokat.org (Postfix) with ESMTPSA id 789C311250066 for ; Tue, 22 Feb 2011 17:58:30 +0100 (CET) Message-ID: <4D63EB2E.3080200@alokat.org> Date: Tue, 22 Feb 2011 17:58:22 +0100 From: Alokat User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110221 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D63E6F2.3050008@alokat.org> <4D63E92C.4060304@ifdnrg.com> In-Reply-To: <4D63E92C.4060304@ifdnrg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP 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 16:58:31 -0000 On 02/22/11 17:49, Paul Macdonald wrote: > On 22/02/2011 16:40, Alokat wrote: >> Hi, >> >> I have changed my shell from csh to bash ... >> But after that I have to call "reboot" like /sbin/reboot. >> >> How can I change that without changing the shell. :) >> > don't change your root shell! > > csh is in the base system so is safe and will always* work, > > bash is a port and gets updated regularly, there's been at least one > occasion when my bash upgrade failed and i couln't login as root. > very frustrating.. > > I just get used to changing to bash after that, much safer! > > Paul. > > > Paul has satisfied me. I have changed back to csh. Thank for help. Regards, alokat