From owner-freebsd-newbies Tue Apr 2 0:45:32 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 8E85A37B420 for ; Tue, 2 Apr 2002 00:45:27 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g328jLm05197; Tue, 2 Apr 2002 10:45:21 +0200 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.9a) with ESMTP id 2002040210445622:10085 ; Tue, 2 Apr 2002 10:44:56 +0200 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g32909W58273; Tue, 2 Apr 2002 11:00:09 +0200 (CEST) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Tue, 2 Apr 2002 11:00:09 +0200 From: Roman Neuhauser To: craigtw@xtra.co.nz Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: Root vs User question Message-ID: <20020402090009.GT389@roman.mobil.cz> Mail-Followup-To: craigtw@xtra.co.nz, freebsd-newbies@FreeBSD.ORG References: <20020401221026.FMH8792.mta1-rme.xtra.co.nz@mta1> Mime-Version: 1.0 In-Reply-To: <20020401221026.FMH8792.mta1-rme.xtra.co.nz@mta1> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.9a |January 7, 2002) at 04/02/2002 10:44:56 AM, Serialize by Router on ester/Mobil(Release 5.0.9a |January 7, 2002) at 04/02/2002 10:45:02 AM, Serialize complete at 04/02/2002 10:45:02 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > From: > To: freebsd-newbies@FreeBSD.ORG > Subject: Root vs User question > Date: Tue, 2 Apr 2002 10:10:26 +1200 please insert linebreaks at ~72 chars. > 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. autocompletion and stuff has nothing to do with groups user is in. it is a matter of configuring the user's shell. for tcsh, you might want something like bindkey -b C-I complete-word put this in .tcshrc in the user's home, and type (as that user): > source ~/.tcshrc HTH && HAND -- FreeBSD 4.4-STABLE 10:56AM up 8 days, 17:42, 25 users, load averages: 0.12, 0.06, 0.01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message