![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PATH in unix | thiyagak85 | Shell Programming and Scripting | 4 | 07-07-2008 08:24 AM |
| How to get the path of a file in UNIX? | smr_rashmy | UNIX for Dummies Questions & Answers | 14 | 05-14-2008 03:34 AM |
| missing Path(in UNIX) when i launch a job on to unix machine using windows SSh | megastar | UNIX for Advanced & Expert Users | 1 | 11-04-2005 04:36 AM |
| UNIX PATH info required PLEASE HELP (I'm new to unix) | akitachi | UNIX for Dummies Questions & Answers | 1 | 05-10-2002 11:37 AM |
| Unix Path Options | Shakey21 | UNIX for Dummies Questions & Answers | 2 | 11-19-2001 04:26 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
What do I need to do to the O.S. "re-read" the /etc/profile?
eg... I set some variable using this file and need this file be read again without restarting the OS. Thanks. |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
No.. No need to restart your machine.. It will work in another terminal. Just close the present terminal(console) and open a terminal again.
regards... |
|
#10
|
|||
|
|||
|
extend your path-var for this session ?
Quote:
if your requirement is to extend your PATH temporary, you can do it in your current session (shell) with : PATH = $PATH:/rumtimepath export PATH or like : CLASSPATH = path to your jre environment export CLASSPATH Regards |
|||
| Google The UNIX and Linux Forums |