[plug] Java environment variable
Carl Gherardi
gherardi at cs.curtin.edu.au
Wed Sep 26 10:29:32 WST 2001
On Wed, 26 Sep 2001, J Michael Gilks wrote:
> I actually have a list of .bashrc files. Which one would be best.
> /etc/bash.bashrc
> /etc/skel/.bashrc
> /home/mike/.bashrc
> /root/.bashrc
> /usr/share/base-files/dot.bashrc
base-files(?) and skel are used when a new user is created.
/root/.bashrc is for the root user - probably shouldn't be running java
apps as he.
/etc/bash.bashrc is for definitions for all users - if you want to put it
there it should be ok.
/home/mike/.bashrc is the most likely place - only affects you.
Carl
More information about the plug
mailing list