From owner-freebsd-newbies Mon Apr 1 14:29:52 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id 6C54037B41B for ; Mon, 1 Apr 2002 14:29:45 -0800 (PST) Received: from mvaexch02.acuson.com ([157.226.230.209]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAA483B; Mon, 1 Apr 2002 14:29:40 -0800 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Mon, 1 Apr 2002 14:27:08 -0800 Received: from there (dhcp-46-171.acuson.com [157.226.46.171]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id GKG9GFZR; Mon, 1 Apr 2002 14:27:52 -0800 From: Johnson David To: craigtw@xtra.co.nz, freebsd-newbies@FreeBSD.ORG Content-Type: text/plain; charset="iso-8859-1" Organization: Acuson Subject: Re: Root vs User question Date: Mon, 1 Apr 2002 14:29:32 -0800 X-Mailer: KMail [version 1.3.2] References: <20020401221026.FMH8792.mta1-rme.xtra.co.nz@mta1> In-Reply-To: <20020401221026.FMH8792.mta1-rme.xtra.co.nz@mta1> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020401222945.6C54037B41B@hub.freebsd.org> Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday 01 April 2002 02:10 pm, craigtw@xtra.co.nz wrote: > Hi All, > > How do you turn on autocompletion and command history (DOSKEY-type > stuff) for a user. I've added the particular user to the wheel group in > /etc/group, but autocomplete still doesn't work. Please help. The user doesn't need to be a member of wheel for this. Just use an appropriate shell. Both tcsh and bash (among others) support autocompletion and command history. Bash is better at autocompletion than tcsh. So install bash and change the user's info. See man chpass. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message