Re: How to set an env variable persisting user sessions/system reboot.

Abhijit Menon-Sen <[email protected]> Fri, 15 Jul 2005 19:13:56 +0530
Newsgroups gmane.user-groups.linux.delhi.devel
Message-ID <[email protected]>
At 2005-07-15 18:59:10 +0530, bsingh-dv/[email protected] wrote:
>
> I wanted to set an environment variable which can survive user session
> even the system reboot.

About the best you can do is to put "export X=Y" in ~/.profile

-- ams