LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can anybody tell me what is the differenc between .profile and .env (https://www.linuxquestions.org/questions/linux-newbie-8/can-anybody-tell-me-what-is-the-differenc-between-profile-and-env-837559/)

atulkatrajkar 10-12-2010 04:54 AM

Can anybody tell me what is the differenc between .profile and .env
 
Hi All,

How can i edit the environment file?

Regards,
ATul.

prayag_pjs 10-12-2010 05:37 AM

Hi,

Quote:

env - run a program in a modified environment
man env will give you more information.

type env on command prompt and you will get the list of environmental variables defined.

Quote:

.bash_profile ; /etc/profile and .bashrc
# .profile is for things that are not specifically related to Bash, like environment variables PATH and friends, and should be available anytime. For example, .profile should also be loaded when starting a graphical desktop session.
# .bashrc is for the configuring the interactive Bash usage, like Bash aliases, setting your favorite editor, setting the Bash prompt, etc.
# .bash_profile is for making sure that both the things in .profile and .bashrc are loaded for login shells.

atulkatrajkar 10-12-2010 06:33 AM

Prayag ,

Thanks a lot !!!!!!

regards
Atulraj.

prayag_pjs 10-12-2010 07:05 AM

Mark the thread as solved if your doubts are clear.


All times are GMT -5. The time now is 06:49 PM.