From owner-freebsd-newbies@FreeBSD.ORG Thu Aug 26 16:51:52 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5751116A4CE for ; Thu, 26 Aug 2004 16:51:52 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC03443D39 for ; Thu, 26 Aug 2004 16:51:51 +0000 (GMT) (envelope-from gr4y.fox@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so141574rnk for ; Thu, 26 Aug 2004 09:51:46 -0700 (PDT) Received: by 10.38.72.72 with SMTP id u72mr2566660rna; Thu, 26 Aug 2004 09:51:45 -0700 (PDT) Received: by 10.38.162.17 with HTTP; Thu, 26 Aug 2004 09:51:45 -0700 (PDT) Message-ID: Date: Thu, 26 Aug 2004 10:51:45 -0600 From: Cody Rioux To: Olivier Gautherot In-Reply-To: <412D9FB1.5010603@freesurf.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <801213900.20040825215844@xtsy.de> <412D9FB1.5010603@freesurf.fr> cc: freebsd-newbies@freebsd.org Subject: Re: changing the shell and editor X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cody Rioux List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 16:51:52 -0000 An alternative to logging out and back in is having root run the command "rehash". On Thu, 26 Aug 2004 10:30:41 +0200, Olivier Gautherot wrote: > Hi Marcel! > > > >hi again, > > > >well, i've tried a bit playin with the /etc/master.passwd, adduser, > >vipw an so on. > > > >now i use the bash shell. but, i am not able to change my enviroment > >variables anymore. trying "set EDITOR emacs" did not work. when ich > >echo my editor variable, it is empty. though i have changed my shell > >back to csh in the /etc/master.password file, when i log on i still > >use the bash. > > > >rebooting the system or kill -1 1 didn't do any good. i am getting > >confused now a bit. acually changes in the master.passwd file should > >take effect in any case, shouldn't they? > > > >pleas help. > > > > > > Just a dumb question: did you try logging out and back in? > You need to do that to refresh for sure your environment > (reboot not necessary: it's not Windows :-) ). > > Also, if you use the bash/csh command "set", it will affect only > the current shell. Nested invocations won't be affected. > Try "setenv" in csh or "export" in bash. > > Hope it helps > Olivier > > > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" >