Difference between revisions of "Bash start up script"

From Earlham CS Department
Jump to navigation Jump to search
Line 1: Line 1:
 
These are the files that bash calls, in order, for login shells
 
These are the files that bash calls, in order, for login shells
 +
 +
/etc/bash.bashrc
 +
 +
/etc/profile
  
 
/usr/local/acl/etc/bash.bashrc
 
/usr/local/acl/etc/bash.bashrc
Line 9: Line 13:
 
~/.bash_profile
 
~/.bash_profile
  
For non-login shells:
+
For nonlogin shells:
 +
 
 +
/etc/bash.bashrc
  
 
/usr/local/acl/etc/bash.bashrc
 
/usr/local/acl/etc/bash.bashrc
  
 
~/.bashrc
 
~/.bashrc

Revision as of 14:35, 4 November 2008

These are the files that bash calls, in order, for login shells

/etc/bash.bashrc

/etc/profile

/usr/local/acl/etc/bash.bashrc

/usr/local/acl/etc/profile

~/.bashrc

~/.bash_profile

For nonlogin shells:

/etc/bash.bashrc

/usr/local/acl/etc/bash.bashrc

~/.bashrc