Difference between revisions of "Linux Computer System"
From GeodesyLab
(→Customize your Linux experience) |
(→Customize your Linux experience) |
||
Line 1: | Line 1: | ||
− | == | + | === How the Shell Works === |
Customize your shell by editing the ".tcshrc" file in your home directory. If you have never done this before a good place to start is to copy AKDA's .tcshrc file: | Customize your shell by editing the ".tcshrc" file in your home directory. If you have never done this before a good place to start is to copy AKDA's .tcshrc file: | ||
Revision as of 18:23, 5 October 2005
How the Shell Works
Customize your shell by editing the ".tcshrc" file in your home directory. If you have never done this before a good place to start is to copy AKDA's .tcshrc file:
cp ~akda/.tcshrc /home/user/.
This file describes where to find (called the path) programs and scripts, as well as how some commands behave.