Many of the commands are the same between the different shells, although you might encounter slight differences. The best way to tell if there is a difference from what a book or online resource shows is to try it!
Type
echo $0
to see what your login shell is. It should be bash in the Linux system.
You should also learn the man command. It will show you a page of help about a particular command. To run it, type man followed by the command you are interested in. For instance:
man man
will show you the on-line manual page for the man command.