Computing.Net > Forums > Linux > PATH in LINUX

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

PATH in LINUX

Reply to Message Icon

Name: vandy
Date: October 26, 2002 at 11:40:54 Pacific
OS: redhat Linux8
CPU/Ram: 512
Comment:

Hi All,
How to manage PATH in linux. I have installed Oracle on RedHat Linux8. Oracle user use C shell (csh). I tried to set path in ~/.bash_profile, ~/.bashrc. Could anybody explain the step how to setup whatever PATH in Linux, when any software is installed on Linux.

thnx
-vandy



Sponsored Link
Ads by Google

Response Number 1
Name: Guy
Date: October 26, 2002 at 11:54:48 Pacific
Reply:

Hi - The C shell does not read those files.

It reads:

~/.cshrc
~/.login

and

~/.logout

HTH, Guy


0

Response Number 2
Name: Lawrence
Date: October 26, 2002 at 12:01:05 Pacific
Reply:

In /etc/cshrc

setenv PATH "${PATH}:/path_to_Oracle"

That's all there is...

Lawrence


0

Response Number 3
Name: Zaxxon
Date: October 27, 2002 at 09:30:22 Pacific
Reply:

There are a few good installation guides out there for oracle on linux. Just perform a search using your favorite search engine for oracle install how to linux. But oracle needs more than just the PATH set up properly. You should also set ORACLE_HOME such as ORACLE_HOME=/oracle/9i
make sure you read all the documentation you can find.


0

Response Number 4
Name: arnold
Date: October 27, 2002 at 17:11:34 Pacific
Reply:

For documentation, check http://www.akadia.com/services/ora_linux_install_9i.html
is 1 release higher, but I suspect it is close.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: PATH in LINUX

How to OPEN+RUN .exe files in Linux www.computing.net/answers/linux/how-to-openrun-exe-files-in-linux/16329.html

Java GUI in Linux www.computing.net/answers/linux/java-gui-in-linux/25473.html

java install, & path in .cshrc fil www.computing.net/answers/linux/java-install-amp-path-in-cshrc-fil/12946.html