On Mon, 27 Aug 2012 08:55:23 -0700, Dav wrote:
> Does anyone have any websites, books, etc that they recommend?
oreilly.com/linux/index.html is a good place to start. Especially
the 'in a nutshell' series. Or 'made easy'.
I learned Unix in the 1980s by reading man pages when they
were actually printed on paper. You may want to go thru /usr/bin
and start with manpages for commands that interest you.
If you're interested in programming, take the time to learn
emacs. If you're a user, learn vi and bash. I think the manpage
for bash is the biggest there is.