Next | Prev | Up | Top | Contents | Index

Configuring The User's Environment

A user's environment is determined by certain shell startup files. For C shell users, these are the files /etc/cshrc and, in their home directories, .cshrc and .login. For Korn Shell users, these are the /etc/profile file and the .profile file in their home directories. For Bourne shell users, these are the files /etc/profile and, in their home directories, .profile.

Shell startup files configure a user's login environment and control aspects of sub-shells created during a login session.


Available Login Shells
C Shell Configuration Files
Bourne and Korn Shell Configuration Files
Configurable Shell Environment Variables
Configuring Default File Permissions With umask
Configuring Special Login Shells

Next | Prev | Up | Top | Contents | Index