From owner-freebsd-questions@FreeBSD.ORG Sat Mar 26 00:33:12 2005 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 6C6B516A4CE for ; Sat, 26 Mar 2005 00:33:12 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C074A43D3F for ; Sat, 26 Mar 2005 00:33:11 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so972136rne for ; Fri, 25 Mar 2005 16:33:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=peNctcYafdKFA+/NQvtgBGoowVID01rDt70NNohMxYGc6On2mqBeFPKwwhctzQUML51sjXZf37Cp3e3DuXIq1T/+PQWX3+3scH9/T8c1ylFLUGz1BoBg9KJg74s+jjd2EF4qrpXSNcRyPdsf/057Q8wBqlNuPSUFeh65uK1aly8= Received: by 10.38.151.33 with SMTP id y33mr2948934rnd; Fri, 25 Mar 2005 16:33:11 -0800 (PST) Received: by 10.38.74.23 with HTTP; Fri, 25 Mar 2005 16:33:11 -0800 (PST) Message-ID: Date: Sat, 26 Mar 2005 01:33:11 +0100 From: Gert Cuykens To: Gert Cuykens , freebsd-questions@freebsd.org In-Reply-To: <20050326002311.GA18807@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050325234152.GA12816@falcon.midgard.homeip.net> <20050326002311.GA18807@falcon.midgard.homeip.net> Subject: Re: .cshrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 00:33:12 -0000 On Sat, 26 Mar 2005 01:23:11 +0100, Erik Trulsson wrote: > On Sat, Mar 26, 2005 at 12:55:17AM +0100, Gert Cuykens wrote: > > > > I created a new user and put a .cshrc in his home directory but > > > > nothing happens ? > > > > > > Why should anything happen? What did you expect to happen? > > > > This :) > > > > FX-53# cat .cshrc > > [snip] > > That was not decription of anything happening. It was just the contents > of a file. If you meant that you expected that file to be read when > you started a shell, and that you did start such a shell, then you > should say so. > > > > > > So the question is why does root uses csh shell and the a user a sh > > shell. > > Historical reasons mainly. > > > What brings me to the following question , What is the best > > shell to use :) > > Whichever one you prefer is obviously the best one for you. > Personally I prefer zsh. Other people have other preferences. > Whats the difference between csh ans sh ? Why do you like zsh ? Cant be that much difference right ? PS wich shell gives you a command over view when you double tab like on a linux box ?