![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| enviorment variable | sam70 | UNIX for Dummies Questions & Answers | 5 | 09-29-2005 08:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How To Set Enviorment ?
I use /bin/ksh
As we know that if we export an enviorment in command terminal, then the enviorment can be used in that termial , it can not take effect in other terminals . How Can I export an enviorment in a terminal , and the enviorment can take effect in other terminals ? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
As a user, you can't alter environments other than your current, and any child processes. What you can do is alter your $HOME/.profile file (since you're using ksh), which allows you to automatically set variables, among other things, each time you log in.
|
||||
| Google The UNIX and Linux Forums |