Q. Which command shows the path of a command's executable?
β
Correct Answer: (C)
which
Explanation: 'which' shows the path of an executable as stored in the $PATH variable.