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 found the executables for ls, chmod, grep, cat
in /bin.
However, I could not find the executable for cd
.
Where is it located?