Date: Tue, 2 Apr 2002 11:00:09 +0200 From: Roman Neuhauser <neuhauser@mobil.cz> To: craigtw@xtra.co.nz Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: Root vs User question Message-ID: <20020402090009.GT389@roman.mobil.cz> In-Reply-To: <20020401221026.FMH8792.mta1-rme.xtra.co.nz@mta1> References: <20020401221026.FMH8792.mta1-rme.xtra.co.nz@mta1>
next in thread | previous in thread | raw e-mail | index | archive | help
> From: <craigtw@xtra.co.nz>
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020402090009.GT389>
