From owner-freebsd-questions Tue Jul 30 13: 4:47 2002 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 460D937B400 for ; Tue, 30 Jul 2002 13:04:44 -0700 (PDT) Received: from web20710.mail.yahoo.com (web20710.mail.yahoo.com [216.136.226.183]) by mx1.FreeBSD.org (Postfix) with SMTP id CBED443E31 for ; Tue, 30 Jul 2002 13:04:43 -0700 (PDT) (envelope-from edlyu@yahoo.com) Message-ID: <20020730195803.93313.qmail@web20710.mail.yahoo.com> Received: from [64.124.70.190] by web20710.mail.yahoo.com via HTTP; Tue, 30 Jul 2002 12:58:03 PDT Date: Tue, 30 Jul 2002 12:58:03 -0700 (PDT) From: Ed Yu Subject: Re: Changing my Shell & Customizing the Console To: MET , freebsd-questions@FreeBSD.ORG In-Reply-To: <002e01c237fc$1cd6a330$6901a8c0@SURVIVAL> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'm currently using the default installed shell "sh" > and was wondering > how to change my users to the "bash" shell. I've > installed it using > packages so it should be on my machine correctly, > but that's as far as I > know. You can do 'chsh' or simply edit /etc/passwd and change the last part where the shell is. However, you do have to make sure the shell you want to use (zsh or bash) is installed and that it's location is in /etc/shells. Look at these files and you'll know what I mean. > > Also, I've connected into a few web servers through > telnet and have > noticed that you can create a color-scheme for > different file types, and > was wondering how to set this up myself. > Here is the easy way: 1. export TERM=xterm-color (or setenv TERM xterm-color, depending on your shell) 2. ls -G instead of ls ed __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message