This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


/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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]