I read that the executables for the commands issued using exec() calls are supposed to be stored in directories that are part of the PATH variable.
Accordingly, I fo
The command cd is built-in in your command line shell. It could not affect the working directory of your shell otherwise.