From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:55:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340DD16A508 for ; Tue, 11 Jul 2006 17:55:44 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4DA43D53 for ; Tue, 11 Jul 2006 17:55:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BHtR4s016536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 20:55:31 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BHtL0p090456; Tue, 11 Jul 2006 20:55:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BHtLxU090452; Tue, 11 Jul 2006 20:55:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 20:55:21 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711175521.GA85462@gothmog.pc> References: <20060711163111.GA246@gothmog.pc> <20060711163919.26744.qmail@web60017.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711163919.26744.qmail@web60017.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.699, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:55:44 -0000 On 2006-07-11 12:39, Peter wrote: > --- Giorgos Keramidas wrote: > > Can you please also send the output of: > > > > $ ls -ld .bash* .sh* .profile > > $ ls -ld .bash* .sh* .profile > -rw-rw---- 1 peter users 7.7K Jul 11 09:31 .bash_history > -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile > -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc Strange, there is no .bash_profile but you still see .profile is unused? I just tested here, with the CVS mirroring account I have at this workstation, by: * moving .bash_profile and .bashrc away * adding an 'echo' message in its .profile file: echo ".profile done" and when I su(1) to this account, the .profile is used by bash! gothmog# su - ncvs .profile done [ncvs@gothmog ~]$ echo $SHELL /usr/local/bin/bash [ncvs@gothmog ~]$