|
|
|
|
|
by smcameron
412 days ago
|
|
> The shell, not the Linux kernel, is responsible for searching for executables in PATH! I mean, no shit, Sherlock? the exec family of system calls requires a path to a file, not a filename with an implicit path from the environment, of course the PATH is handled by the shell. |
|
Now, the semantics of this parameter is that kernel does not use it for path resolution when searching for the executable — but it could.