.cshrc
Erik Trulsson
ertr1013 at student.uu.se
Fri Mar 25 15:41:56 PST 2005
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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
--
<Insert your favourite quote here.>
Erik Trulsson
ertr1013 at student.uu.se
More information about the freebsd-questions
mailing list