Correct answer is (d) pwd and cd
Easiest explanation: When we run a command, a process representing the command is started by the shell process but all commands don’t set up processes. Built-in commands of the shell like pwd, cd etc do not create processes.