Date: Sat, 26 Mar 2005 00:41:52 +0100 From: Erik Trulsson <ertr1013@student.uu.se> To: Gert Cuykens <gert.cuykens@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: .cshrc Message-ID: <20050325234152.GA12816@falcon.midgard.homeip.net> In-Reply-To: <ef60af0905032515326bbeb618@mail.gmail.com> References: <ef60af0905032515326bbeb618@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 26, 2005 at 12:32:59AM +0100, Gert Cuykens wrote: > This is the shell config file right ? .cshrc is *a* shell config file. To be more precise it is the file that csh/tcsh (usually) reads in when started. (For details on exactly what files is read at startup by this shell read the csh(1) manpage.) Other shells read other files. (sh looks at .profile, zsh uses zshenv/zlogin/zshrc, etc.) Read the manpage for each shell to find out all the messy details. > 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? > > FX-53# pw user show gert > gert:*:1001:0::0:0:gert:/usr/home/gert:/bin/sh > > FX-53# pwd > /usr/home/gert > > FX-53# ls -all > total 609272 > drwxr-xr-x 3 gert wheel 512 Mar 26 00:18 . > drwxr-xr-- 3 root wheel 512 Mar 19 22:44 .. > -rw-r--r-- 1 gert wheel 802 Mar 25 13:12 .cshrc > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050325234152.GA12816>