Difference between revisions of "Linux Computer System"
From GeodesyLab
(→Customize your Linux experience) |
(→Customize your Linux experience) |
||
Line 2: | Line 2: | ||
== Customize your Linux experience == | == Customize your Linux experience == | ||
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: | ||
− | + | ||
cp ~akda/.tcshrc /home/''user''/. | cp ~akda/.tcshrc /home/''user''/. | ||
+ | |||
+ | This file describes where to find (called the ''path'') programs and scripts, as well as how some commands behave. |
Revision as of 00:31, 5 October 2005
Customize your Linux experience
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.