From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 14:33:01 2005 Return-Path: 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 7857716A4CE for ; Wed, 19 Jan 2005 14:33:01 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4507243D45 for ; Wed, 19 Jan 2005 14:33:01 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 36DB8C50D7D for ; Wed, 19 Jan 2005 09:33:00 -0500 (EST) X-Sasl-enc: 8nAiPYj8NiB+nR+2NGcZfA 1106145178 Received: from gumby.localhost (dsl-80-41-78-107.access.uk.tiscali.com [80.41.78.107]) by frontend3.messagingengine.com (Postfix) with ESMTP id 23C9F26A03 for ; Wed, 19 Jan 2005 09:32:58 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Wed, 19 Jan 2005 14:32:41 +0000 User-Agent: KMail/1.7.2 References: <200501182030.52598.shinjii@virusinfo.rdksupportinc.com> <20050118120305.GB75927@catflap.slightlystrange.org> <200501182210.29827.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200501182210.29827.shinjii@virusinfo.rdksupportinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501191432.42281.list-freebsd-2004@morbius.sent.com> Subject: Re: Tab to Auto-Complete + .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 14:33:01 -0000 On Tuesday 18 January 2005 12:10, Warren wrote: > I changed the shell type using: chsh -s /bin/csh I think you want /bin/tcsh/ which is the enhanced version of csh. Incidently I think tcsh is the default for root, not csh, which is probably why auto-completion works for you in root. It's recommended that you stick to shells in /bin for root, and tcsh is the best of these. For non-root account you have more choice, bash and ksh are popular.