Archive

Archive for April 27th, 2011

bashrc and bash_profile

April 27th, 2011 No comments

Both the ~/.bashrc and ~/.bash_profile are scripts that might be executed when bash is invoked. The ~/.bashrc file gets executed when you run bash using an interactive shell that is not a login shell. The ~/.bash_profile only gets executed during a login shell. What does this all mean? Read more…

Categories: linux Tags: