From owner-freebsd-questions@FreeBSD.ORG Sun May 25 14:49:19 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 497B937B401 for ; Sun, 25 May 2003 14:49:19 -0700 (PDT) Received: from Danovitsch.dnsq.org (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA4A43F75 for ; Sun, 25 May 2003 14:49:17 -0700 (PDT) (envelope-from Danovitsch@Vitsch.net) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Danovitsch.dnsq.org (8.12.3p2/8.11.3) with ESMTP id h4PLhvJq055289; Sun, 25 May 2003 23:43:58 +0200 (CEST) (envelope-from Danovitsch@Vitsch.net) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" To: Adam Date: Sun, 25 May 2003 23:52:35 +0200 User-Agent: KMail/1.4.3 References: <20030525213116.24291.qmail@web10405.mail.yahoo.com> In-Reply-To: <20030525213116.24291.qmail@web10405.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200305252352.35423.Danovitsch@Vitsch.net> cc: FreeBSD-questions@FreeBSD.org 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 21:49:19 -0000 On Sunday 25 May 2003 23:31, Adam wrote: > Here's a dumb newbie question... > > I just installed FreeBSD 5.0 on my PC and, while I'm > extremely happy about this and have already spent many > 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? > Obviously I don't want to go stomping around as root > when I don't really know what I'm doing, but this has > made entering commands a bit cumbersome and I'd like > to figure out what I'm doing wrong. You have probably given the user accounts a shell that doesn't have=20 tab-completion. with the chsh command you can change your shell. (in /etc/master.passwd you can see what shells your users have) grtz, Daan