Date: Sat, 20 Apr 2002 16:45:57 -0500 From: Todd Ross <brainlist@brainsick.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: freebsd-questions@freebsd.org Subject: Re: two quick questions (man pages and tcsh) Message-ID: <20020420214412.0269D37B404@hub.freebsd.org> In-Reply-To: <20020420154955.GA1199@hades.hell.gr> References: <20020420133926.E841C37B41A@hub.freebsd.org> <20020420154955.GA1199@hades.hell.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020420214412.0269D37B404>