whereis
Find a command's binary, source, and man pages
whereis finds the binary, source code, and manual page locations. More comprehensive than which.
Example
$ whereis nginx
nginx: /usr/sbin/nginx /etc/nginx /usr/share/man/man8/nginx.8.gz
Tip: Type it yourself in the terminal below - reading is not the same as doing.