|
cs-config
Students and faculty should execute the cs-config
command once for their bgunix account. This command
adds the following line to the .kshrc file, and an
equivalent line to .cshrc:
. /home/cs/bin/ksh-setup
This will cause the statements in the
/home/cs/bin/ksh-setup file to be executed whenever
the user logs onto bgunix or spawns a subprocess. The
purpose is to set compiler flags and to define a
search path and aliases that are used in computer
science classes.
|