|
|
|
|
|
by Joker_vD
413 days ago
|
|
All members of the exec family of system calls, which consists of only two syscalls, namely, execve(2) and execveat(2), literally have the envp parameter which is supposed to have all the environment variables for the process. Now, the semantics of this parameter is that kernel does not use it for path resolution when searching for the executable — but it could. |
|