How can a users custom environment be made permanent?
Unix provides the user with the option to make their custom environment permanent so that the user does not have to redefine the variables of the environment again in order to define a new process. The user needs to place the set and setnv commands into certain special files to make the environment permanent.
The files where the changes need to made are:
- .cshrc
- .login
- .logout
For example the command to change the settings in the .cshrc file is:
Post a Comment