![]() |
|
|
|
|
|||||||
| 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 |
| Whats is the user of $ and # in UNIX ??? | Paynemax | UNIX for Dummies Questions & Answers | 2 | 08-22-2007 07:45 AM |
| Whats the latest verson of Unix? | nicjr3 | UNIX for Dummies Questions & Answers | 2 | 06-11-2007 06:52 PM |
| whats the command in unix | ramneek | High Level Programming | 1 | 09-04-2005 10:26 PM |
| Unix? Whats that | DamienVryce | UNIX for Dummies Questions & Answers | 6 | 03-31-2004 09:09 PM |
| Whats the dif between AIX and UNIX? | SlyClone2k | UNIX for Dummies Questions & Answers | 2 | 10-18-2001 12:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi whats the setenv command in unix..??
i have set the oracle_home path as aa.ii.1 in kron_settings and mentioned setenv oracle_path as aa.ii.2 in user settings. Does this make any changes made to the path name of the oracle_home when i run a scripts in unix..??? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
In C shell sets the value of an environment variable, example :
Code:
setenv PATH "/bin:/usr/bin:/usr/sbin:ucb/bin" |
||||
| Google The UNIX and Linux Forums |