LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Solaris or linux how to edit my Profile easily ? (https://www.linuxquestions.org/questions/linux-newbie-8/solaris-or-linux-how-to-edit-my-profile-easily-4175510014/)

fatou 07-03-2014 03:44 PM

Solaris or linux how to edit my Profile easily ?
 
Hi,

I need your help to solve profile issue and start working. I'm really new in linux and solaris

1- In a linux environment all my commands were from here:

===
/home/cs/tools

2- now my company changed to solaris and all commands have been moved here:

/cores_new-place/local/tools/prod:

How can I modify my path to point to the new place [/cores_new-place/local/tools/prod:] so that I could use commands and scripts stored there ?

Thanks

Fatour

schneidz 07-03-2014 03:46 PM

add something like this to either your ~/.profile or ~.bash_profile (i'm not sure what shell you are using):
Code:

export PATH=$PATH:/cores_new-place/local/tools/prod

fatou 07-03-2014 03:50 PM

hi schneidz
 
How can I know what shell you I'm using ?

schneidz 07-03-2014 09:08 PM

Code:

echo $SHELL


All times are GMT -5. The time now is 02:23 PM.