home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX Power Tools

UNIX Power ToolsSearch this book
Previous: I. Making Yourself at Home Chapter 2 Next: 2.2 Shell Setup Files-Which, Where, and Why
 

2. Logging In

2.1 Customizing the Shell

You probably know that shells can be customized to work the way you want them to with shell and environment variables (6.8 , 6.1 ) , command aliases, shell functions (10.1 ) , and so on.

You can set variables and create aliases by hand at any time, but the shell will "forget" your settings when you log out. To use the same settings every time you log in, put the commands in special shell setup files (2.2 ) in your home directory. These files aren't just for setting things like shell variables. Shells can run any UNIX command when you log in and log out. All of this can save time and make your login session do more for you.

- JP


Previous: I. Making Yourself at Home UNIX Power Tools Next: 2.2 Shell Setup Files-Which, Where, and Why
I. Making Yourself at Home Book Index 2.2 Shell Setup Files-Which, Where, and Why

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