UNIX Power Tools

UNIX Power ToolsSearch this book
Previous: 2.2 Shell Setup Files-Which, Where, and Why Chapter 2
Logging In
Next: 2.4 Tip for Changing Account Setup: Keep a Shell Ready
 

2.3 What Goes in Shell Setup Files?

Shell setup files like .login and .profile typically do at least the following:

In the C shell, the .cshrc file is used to establish settings that will apply to every instance of the C shell, not just the login shell (51.9). For example, you typically want aliases (10.2) to be available in every interactive shell you run.

Even novices can write simple .profile or .login and .cshrc files. The real trick is to make these setup scripts really work for you. Here are some of the things you might want to try:

- TOR


Previous: 2.2 Shell Setup Files-Which, Where, and Why UNIX Power ToolsNext: 2.4 Tip for Changing Account Setup: Keep a Shell Ready
2.2 Shell Setup Files-Which, Where, and Why Book Index2.4 Tip for Changing Account Setup: Keep a Shell Ready

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System