LOGIN(4) — Silicon Graphics
NAME
login, cshrc − setting up a C Shell environment
DESCRIPTION
The file .login is executed before a session begins. The file .cshrc is executed each time a shell is forked. These files are useful for setting environment variables and terminal modes. If the file /etc/cshrc exists, it will be executed for every user before .login is read.
NOTE
The C Shell must be specified as the user’s login shell in the file /etc/passwd.
FILES
~/.login
/usr/guest/.login
/etc/cshrc
SEE ALSO
csh(1), env(1), login(1), mail(1), stty(1), su(1), passwd(4), environ(5), term(5).
Version 2.1 — January 02, 1985