On Thu, 28 Dec 2000, Ron Ifferte wrote:

> Sorry to flood the list once more:
>
> Can someone explain to me how to edit your PATH variable in the Bash
> Shell?
>
> For instance, if I do this (using java for example):
> export PATH=/usr/bin/java/jdk1.3/bin$PATH

        export PATH=/usr/bin/java/jdk1.3/bin:$PATH

Don't forget the colon.

> Things work as expected (ie, I can use java commands at will for both a
> user and root)
>
> So, I want to make this global, so I don't always have to issue the
> export command.
>
> I went into /etc/profile, appended the PATH to include the above. I did
> this in RH 7 and all was well. However, with Storm, something is not
> right.

What is not right?
What is in your PATH variable? (echo $PATH)


-- 
        Chris F.A. Johnson          [EMAIL PROTECTED]
        =================================================================
        [EMAIL PROTECTED]      http://cfaj.freeshell.org
        [EMAIL PROTECTED]          http://members.home.net/c.f.a.johnson


_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to