Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Aug 2006 20:18:24 -0400
From:      beno <zope@2012.vi>
To:        freebsd-questions@freebsd.org
Subject:   Adding To Path
Message-ID:  <44CFEF50.2090403@2012.vi>

next in thread | raw e-mail | index | archive | help
Hi;
I went to set env of my path to add another folder. Everything *seemed* 
to work fine (it added, I checked) until I shelled out and back in. Then 
it was gone! Here's what I tried:

FreeBSD 5.3                    September 1, 1999                   
FreeBSD 5.3
server167# echo $shell
/bin/csh
server167# echo $path
/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin 
/usr/X11R6/bin /root/bin
server167#
server167# setenv PATH 
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/usr/local/bin/ezmlm
server167# echo $path
/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin 
/usr/X11R6/bin /root/bin /usr/local/bin/ezmlm
server167# exit
$ su
Password:
server167# echo $path
/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin 
/usr/X11R6/bin /root/bin

So, what happened to my ezmlm dir? Please help.
TIA,
beno



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44CFEF50.2090403>