RE: environment setup for bash and tcsh

2007-05-16 Thread Dave Korn
On 16 May 2007 22:55, Karl Kobata wrote: > I thought I understood how the environment is setup but I guess I don't > really. > Can anyone tell me the order and file names that are executed to get the > environment setup for a bash shell and tcsh shell? > Bash: > /etc/profile -> /etc/bashrc -> ~/.b

Re: environment setup for bash and tcsh

2007-05-16 Thread Brian Dessent
Karl Kobata wrote: > I thought I understood how the environment is setup but I guess I don't > really. > Can anyone tell me the order and file names that are executed to get the > environment setup for a bash shell and tcsh shell? > Bash: > /etc/profile -> /etc/bashrc -> ~/.bash_profile -> ~/.bash

environment setup for bash and tcsh

2007-05-16 Thread Karl Kobata
I thought I understood how the environment is setup but I guess I don't really. Can anyone tell me the order and file names that are executed to get the environment setup for a bash shell and tcsh shell? Bash: /etc/profile -> /etc/bashrc -> ~/.bash_profile -> ~/.bash_login -> ~/.profile Tcsh: /etc