We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeing how each proc also has an environ should we perhaps also store it separately for each process?
proc
environ
The text was updated successfully, but these errors were encountered:
@zvr Please clarify, i need the information to move on.
Sorry, something went wrong.
Let's table this for the future, as I'm not sure any child process has a significantly different environment than the parent one.
Ah, ideally record only the changes!
@zvr How does one go about changing the environment? Is it directly from the environ variable?
I mean i am aware of the libc functions getenv(3) setenv(3) etc.... but how are they actually implemented in linux?
getenv(3)
setenv(3)
zvr
fvalasiad
No branches or pull requests
Seeing how each
proc
also has anenviron
should we perhaps also store it separately for each process?The text was updated successfully, but these errors were encountered: