Path Isn't Real on Linux
blog.danielh.cc
Path Isn't Real on Linux
1–10 of 120 posts
Re: Path Isn't Real on Linux
#2Re: Path Isn't Real on Linux
#3Re: Path Isn't Real on Linux
#4Why would the author think that the PATH environment variable is being used by the kernel? What an odd assumption.
Re: Path Isn't Real on Linux
#5The kernel has no idea what the current process' environment $PATH is, and doesn't even parse any process environment variables at all.
Re: Path Isn't Real on Linux
#6And I'm sure other kernels do other things too.
Re: Path Isn't Real on Linux
#7It is basic knowledge that PATH is used by a command interpreter to locate the pathname of binaries. This is true for Window's cmd.exe as well. I never heard of a system where locating files for execution was performed by a kernel.
Re: Path Isn't Real on Linux
#8Re: Path Isn't Real on Linux
#9Why would the author think that the PATH environment variable is being used by the kernel? What an odd assumption.
It's hard to appreciate how the world looks before you learn a fact. You can't unsee things.
Re: Path Isn't Real on Linux
#10Why would the author think that the PATH environment variable is being used by the kernel? What an odd assumption.