From owner-freebsd-questions@FreeBSD.ORG Fri Sep 2 20:39:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D77A816A41F for ; Fri, 2 Sep 2005 20:39:54 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5994A43D45 for ; Fri, 2 Sep 2005 20:39:51 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Fri, 2 Sep 2005 21:40:38 +0100 Message-ID: <4318A9B7.70108@childeric.freeserve.co.uk> Date: Fri, 02 Sep 2005 20:36:23 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050805) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43180315.25e54.16838@bostreammail.net> In-Reply-To: <43180315.25e54.16838@bostreammail.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Sep 2005 20:40:38.0559 (UTC) FILETIME=[93C432F0:01C5AFFE] Subject: Re: Four (even five) problems/queries on my FreeBSD installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 20:39:55 -0000 lars.lindblad wrote: > Hi. I have installed 5.4/KDE on my Thinkpad 600E, and it > mostly works but there are a few things I need help with. Do you know the FreeBSD laptop compatibility list? http://gerda.univie.ac.at/freebsd-laptops/ > 4. As su I can use tab to complete filenames, but not as > user lars. I guess it has to to with which shell I use, how > do I change shell? Or is it another way I can get the > possibility to use tab to complete filenames? To find out which shell lars$ echo $SHELL If it is csh open .cshrc in lars home directory and put 'set autolist' just below # An interactive shell -- set some stuff up If it is not csh and you would like it to be you can use chpass to change the shell for user lars. Chris