why /etc/bash.bashrc is not executed when logging in as a domain user?

Huang Bambo bambo.huang@gmail.com
Tue Jun 9 06:05:00 GMT 2009


/etc/bash.bashrc is called by $HOME/.bash_profile like:

 17 # source the system wide bashrc if it exists
 18 if [ -e /etc/bash.bashrc ] ; then
 19   source /etc/bash.bashrc
 20 fi

Check your $HOME/.bash_profile at first.

2009/6/9 Pan ruochen <panruochen@gmail.com>
>
> Hi All,
>
> The system wide bashrc file /etc/bash.bashrc is not executed if I log
> in Windows XP as a domain user; and it is executed if I log in as a
> local user.
> Is this mentioned in the manual?
>
> PRC
> Jun 9,2009
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list