From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 16:47:24 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 EDB7B106564A for ; Tue, 22 Feb 2011 16:47:24 +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 A96B38FC08 for ; Tue, 22 Feb 2011 16:47:24 +0000 (UTC) Received: from smtp.alokat.org (localhost.localdomain [127.0.0.1]) by smtp.alokat.org (Postfix) with ESMTP id D6E9411250068 for ; Tue, 22 Feb 2011 17:47:23 +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 B6BB611250066 for ; Tue, 22 Feb 2011 17:47:23 +0100 (CET) Message-ID: <4D63E893.2070502@alokat.org> Date: Tue, 22 Feb 2011 17:47:15 +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> <4D63E7E5.5000401@lazlarlyricon.com> In-Reply-To: <4D63E7E5.5000401@lazlarlyricon.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:47:25 -0000 On 02/22/11 17:44, Rolf Nielsen wrote: > 2011-02-22 17:40, Alokat skrev: >> Hi, >> >> I have changed my shell from csh to bash ... > > Why? > Do you use root as your regular login? > >> But after that I have to call "reboot" like /sbin/reboot. >> >> How can I change that without changing the shell. :) >> >> my /root/.profile: >> >> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin >> >> >> export PATH >> HOME=/root >> export HOME >> TERM=${TERM:-cons25} >> export TERM >> PAGER=more >> export PAGER >> >> Regards, >> Alokat >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" It's just for example ... :) I have a non root login for regular stuff.