Question
You want to know if child processes of a parent process inherit the environment variables of the process that spawned it. Does the child process get the variables?
Answer
Yes (according to page 568 of The Linux Programming Interface).
A Technical I.T./DevOps Blog
Question
You want to know if child processes of a parent process inherit the environment variables of the process that spawned it. Does the child process get the variables?
Answer
Yes (according to page 568 of The Linux Programming Interface).