Show executable path of a command

which [command] -> specifies where the command executable is located  
$ which ls
output: /usr/bin/ls

Last updated