From owner-freebsd-questions@FreeBSD.ORG Sun May 25 15:46:57 2003 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 5AC6A37B401 for ; Sun, 25 May 2003 15:46:57 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F4343F85 for ; Sun, 25 May 2003 15:46:56 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h4PMktOg021571; Sun, 25 May 2003 18:46:55 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h4PMktp6021570; Sun, 25 May 2003 18:46:55 -0400 (EDT) From: Jerry McAllister Message-Id: <200305252246.h4PMktp6021570@clunix.cl.msu.edu> To: Danovitsch@Vitsch.net (Daan Vreeken [PA4DAN]) Date: Sun, 25 May 2003 18:46:55 -0400 (EDT) In-Reply-To: <200305252352.35423.Danovitsch@Vitsch.net> from "Daan Vreeken [PA4DAN]" at May 25, 2003 11:52:35 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD-questions@freebsd.org cc: Adam Subject: Re: dumb newbie question about file-name completion 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: Sun, 25 May 2003 22:46:57 -0000 > > On Sunday 25 May 2003 23:31, Adam wrote: > > Here's a dumb newbie question... > > > > hours playing around, I've hit an annoying snag with > > the tab key file-name completion. Everything works > > just fine when I'm logged in as root, but when I try > > to use any of my other accounts I can't use this > > feature (I don't even get the [BEEP]). What am I doing > > wrong? Is it possible that my keyboard configuration > > is not carried over to the user accounts I set up? > > You have probably given the user accounts a shell that doesn't have > tab-completion. > with the chsh command you can change your shell. > (in /etc/master.passwd you can see what shells your users have) All true, except that you should not look at /etc/master.passwd directly. (you might go blind!!) Look at just /etc/passwd instead since it is in there and doesn't require you to tamper with more secure file. You can use vipw to set the shells or chsh like some others have said. ////jerry > > grtz, > Daan