X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 9 Jun 2009 14:05:27 +0800 Message-ID: Subject: Re: why /etc/bash.bashrc is not executed when logging in as a domain user? From: Huang Bambo To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com /etc/bash.bashrc is called by $HOME/.bash_profile like: =A017 # source the system wide bashrc if it exists =A018 if [ -e /etc/bash.bashrc ] ; then =A019=A0=A0 source /etc/bash.bashrc =A020 fi Check your $HOME/.bash_profile at first. 2009/6/9 Pan ruochen > > 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: =A0 =A0 =A0http://cygwin.com/ml/#unsubscribe-simple > Problem reports: =A0 =A0 =A0 http://cygwin.com/problems.html > Documentation: =A0 =A0 =A0 =A0 http://cygwin.com/docs.html > FAQ: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 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/