how to find a command in Unix?

How can I know that my FreeBSD OS has commands mkdir or mkfile?
Can I do like this:
find / -name mkdir
find / -name mkfile
But I do not see them???
Thanks.

use whereis to locate programs

whereis mkdir

or use locate