![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do i set environment variable | ahjiefreak | Linux | 4 | 01-20-2008 04:21 PM |
| sed on an environment variable ? | lumix | Shell Programming and Scripting | 3 | 12-15-2007 02:30 PM |
| Using Environment Variable | kaiser | Shell Programming and Scripting | 3 | 05-01-2006 05:28 AM |
| Environment Variable | karyn1617 | Shell Programming and Scripting | 2 | 02-04-2005 11:36 AM |
| Environment Variable | jacobsa | UNIX for Dummies Questions & Answers | 8 | 06-03-2002 12:02 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Installed a program, need to set the system up so that when the executable is entered, it finds the path to the executable. In Windows, set under system properties, advanced, environmental variables. How do I do this with Unix? Specifically using Solaris 9. I have tried:
env PATH=/usr/local/uvscan This sets it temporarily but when I reboot, it disappears. Thought it would be a .profile file for root but cannot find one. The documentation for the software says: Set the appropriate environment variable: For Solaris: use LD_LIBRARY_PATH What's that mean? How do you do that? Gracias senors y' senorita's... |
| Forum Sponsor | ||
|
|
|
|||
|
Gracias
Thanx xnight...I had tried using that file before and it did not work. When you mentioned it, I realized that I had just put in the new PATH=blah blah, not the old one PLUS the new. Now everything works. My what a nice day.
|