How can I set Linux environment variables remotely from a Windows application?
|
|
|||||
|
|
|
You can't directly. Environment variables are just a table of values associated with the process, and inhereted when you If you want to set them, you need some kind of code at the Linux side doing it. The simplest is probably to run your remote programs through a shell, and set them on the command line. Otherwise, you need a way to get your Linux-side client to put them into the environment with |
||
|
|
|
|
Taking your rather terse question at face-value, you could have your Windows application ftp to the linux system as the user who is going to run the linux app and modify their .cshrc or .bashrc, adding the desired environment variables to the shell script. This won't modify already-running shells, though. At an abstract level, you're talking about inter-process communication. You have information in the Windows application you want to communicate to communicate to some Linux application. I'm not sure environment variables are the best way to communicate this data. Perhaps opening a socket between your Windows app and Linux app would be best. |
||
|
|
|
|
Two ways I can think of - in probable order of simplicity:
|
||||
|
|
|
i am using redhat linux 9 and installed ns-alllinone-2.1b6 ...it is installed suscessfully , now i m installing OWns simulator in it and having a problem in setting enviroment variables in it or(Syncronize)...them can anyone help me ... |
||
|
|
