SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
From: Thomas A Watson3/11/2008 5:03:31 PM
   of 484
 
What are all the startup files? Tcsh
.cshrc is the startup script for csh (the C shell) and tcsh (an improved version). This gets run frequently when logging in or when a csh or tcsh starts (which is much more often than just logging in).
Typical things to go in .cshrc are the path, aliases and variables (setf and setenv).
.login is run during login (i.e. once). Typical entries are things like calendar and other reminder programs, biff, messages.
.profile is like .login but for the Bourne Shell (sh) and clones.
/etc/csh.cshrc is like the .cshrc for everyone (gets run before your personal one)
/etc/csh.login is like the .login for everyone (gets run before your personal one)
/etc/profile is like the .profile for everyone (gets run before your personal one)
from mssl.ucl.ac.uk
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext