RH Linux init Hi,
I just modified the S99Local in the /rc.d and want to explore the
CLASSPATH into enviroment.
Tried several times, I found after S99Local executed, the CLASSPATH
still not be added.
I have two questions here:
1. Is there any other files executed after S99Local. I think S99Local
should be the last step in startup linux.
2. Why I use shell script can not add CLASSPATH?
The script is like:
export CLASSPATH=/opt/j2ee/...
exit 0
but if I use command line, ex. $export CLASSPATH=/opt/j2ee/... , it
works.
I use RH9.
Any suggestion.
Steven |