Learning unix can be a bit frustrating because you are given many tools and options, for a given task. When you ask how to do something, you will usually get a unique answer from each person. This is actually a good thing, because different tools have different strengths and weaknesses. Once you know the tools, Unix will become a very powerful computing environment. So to get you started, I have compiled a list of common tasks and the commands that you can use to accomplish the task.
# find . -name myBook.doc
# find /home -name myBook.doc