Is there a way to change another process's environment variables?
Posted
by raldi
on Stack Overflow
See other posts from Stack Overflow
or by raldi
Published on 2008-10-15T15:02:20Z
Indexed on
2010/04/28
21:57 UTC
Read the original article
Hit count: 128
On Unix, is there any way that one process can change another's environment variables (assuming they're all being run by the same user)? A general solution would be best, but if not, what about the specific case where one is a child of the other?
Edit: How about via gdb?
© Stack Overflow or respective owner