NACSE - Your Home Directory
Next: Working with Directories
Up: GETTING FRIENDLY WITH
Previous: Directories
csh DOT FILES
.cshrc
- Personalization for C shell.
.login
- Commands to execute upon login, set environment.
.logout
- Commands to execute upon logout, clean-up time.
sh, ksh DOT FILES
.profile
- Personalization for sh and ksh, similar to .login.
.kshrc
- Personalization for Korn shell, similar to .cshrc.
.envfile
- Another name for .kshrc.
X WINDOWS DOT FILES
.Xdefaults
- Setup characteristics of X Windows.
.mwmrc
- Setup for Motif Window Manager.
EDITORS' DOT FILES
.emacs
- Setup characteristics of Emacs editor.
.exrc
- Setup characteristics of vi editor.
MAIL DOT FILES
.mailrc
- Commands to set up the standard Unix mail command.
.mh-profile
- Set behavior of mh mail handler.
.mh-alias:
- Set aliases for mh mail handler.
UNIX DOT FILES
..
- Unix's symbol for directory above present one.
.
- Unix's symbol for present directory.
Next: Working with Directories
Up: GETTING FRIENDLY WITH
Previous: Directories