From owner-freebsd-questions Sat Apr 20 14:44:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from deedee.futurequest.net (deedee.futurequest.net [63.144.24.3]) by hub.freebsd.org (Postfix) with SMTP id 0269D37B404 for ; Sat, 20 Apr 2002 14:44:12 -0700 (PDT) Received: (qmail 20846 invoked from network); 20 Apr 2002 21:44:33 -0000 Received: from brainsick.com (63.151.112.101) by deedee.futurequest.net (63.144.24.3 ); 20 Apr 2002 21:44:33 -0000 Received: from unknown (HELO there) (65.29.172.122) by brainsick.com (63.151.112.101) with SMTP; 20 Apr 2002 21:44:33 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Todd Ross To: Giorgos Keramidas Subject: Re: two quick questions (man pages and tcsh) Date: Sat, 20 Apr 2002 16:45:57 -0500 X-Mailer: KMail [version 1.3.2] References: <20020420133926.E841C37B41A@hub.freebsd.org> <20020420154955.GA1199@hades.hell.gr> In-Reply-To: <20020420154955.GA1199@hades.hell.gr> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020420214412.0269D37B404@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 20 April 2002 10:49 am, you wrote: > On 2002-04-20 08:41, Todd Ross wrote: > > Howdy, > > > > I have two (what I hope are) quick questions. > > > > 1) Why does tcsh store its config files in two places (/.cshrc and > > /etc/csh.cshrc). > > I guess you mean /root/.cshrc and /.cshrc there. What you noticed is > done because tcsh will try to read .tcshrc from "$HOME/.tcshrc" and > when you run your machine single-user HOME is not set. That was my guess. Something to do with single-user mode. [root@copper:/etc]> ls -lAF /.cshrc -rw-r--r-- 2 root wheel 801 Mar 16 11:31 /.cshrc [root@copper:/etc]> ls -lAF /root/.cshrc -rw-r--r-- 2 root wheel 801 Mar 16 11:31 /root/.cshrc Is one a symlink to the other? From my amateur eyes, I'd say no. Does the one in /root get sync'd with the one in / somehow? These are the questions that plague my mind. Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message