• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need URGENT solaris help!

nickanderson

Junior Member
Hi im sure this is a easy question, but im very new to solaris.

How do I make environment variable changes perminate. If I use setenv, they go away after the session. Is there a file there defined in? if so, how do i find it?

Thanks!
 
The same way you do it in any unix or unix-like system. You modify your shell's configuration file.
.login for csh
.profile for sh and ksh
.bashrc or .bash_profile for the retarded one (I'm not sure which is which, but one is for interactive logins and the other is for non-interactive logins, and sometimes they're just applied randomly I think)
 
Back
Top