From owner-freebsd-questions Wed Apr 12 16:13:15 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA29831 for questions-outgoing; Wed, 12 Apr 1995 16:13:15 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA29825 for ; Wed, 12 Apr 1995 16:13:13 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA19420; Wed, 12 Apr 95 16:26:44 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9504122226.AA19420@cs.weber.edu> Subject: Re: Kernel compiling; bugs; help To: yzalkow@birch.ee.vt.edu (Yuval Zalkow) Date: Wed, 12 Apr 95 16:26:44 MDT Cc: questions@FreeBSD.org In-Reply-To: <9504121943.AA20935@fox.ee.vt.edu> from "Yuval Zalkow" at Apr 12, 95 03:43:07 pm X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > Oh, one more thing, is there anyway to make the console of FreeBSD any > better than the "SCO" thing it is? Linux was tab for filename completion, and > up arrow for command histories. It also has color built in. Who do I > configure FreeBSD to get some of these things back into the console? This is a function of the shell, not of the console software. The console software only displays what it is told to display and allows you to control certain things like attributes on characters and region erases and scrolling using escape sequences. Run zsh or tcsh or bash as your shell, and make sure it is started correcty (has the right things in the init file). Note that you should not change the root shell from the sbin shell, since it is statically linked on purpose so root can log in and fix problems with the shared library system if they occur. The other shells are dynamically linked to save space on disk and in core. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.