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
According to this, cd is always a built-in command and never an executable:
cd
Since cd affects the current shell execution environment, it is always provided as a shell regular built-in.