Click to See Complete Forum and Search --> : Environmental Variables


James Bond
04-02-2001, 01:14 PM
I have accidently screwed the PATH on several unixes. I wanted to know if anyone knew where the actual environmental variables are stored so that I can change them easily. This is for both Linux and Solaris.

thanks
-JB

Lorithar
04-02-2001, 01:56 PM
on most linux boxes
/etc/profile
check the contents of
/etc/profile.d/*
(shell specific profiles)

cant comment on Solaris.