LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is this book good to learn LINUX Administration (https://www.linuxquestions.org/questions/linux-newbie-8/is-this-book-good-to-learn-linux-administration-658076/)

latinmusic74 07-24-2008 05:35 PM

Is this book good to learn LINUX Administration
 
Is this book good to learn LINUX Administration

UNIX System Administration Handbook (3rd Edition)

Renan_S2 07-24-2008 06:00 PM

According to Amazon, where it is highly rated:

...
* Publisher: Prentice Hall PTR; 3 edition (September 8, 2000)
...

Nearly 8 years old; it would be better to start with a more current book. (Sorry, but I don't have any recommendations; all of my Linux learning was done using online sources).

jschiwal 07-24-2008 06:06 PM

There is a Linux System Administers' Guide (SAG) book available on the www.tldp.org website. I haven't seen the Unix System Admin. Handbook. Also read through your distro's Administrator's Guide manual. You disto may have certain ways of doing things that might make things easier. If you (or your organization) use the same distro, then managing several servers and many clients may be easier.

Also look at the Filesystem Hierarchy Standard. If the clients mount the static/shareable system partitions read-only from a central server, then you can administer a single administrators client (such as security updates) to update the binaries and libraries in one place.

I think that what I'm getting at is that experience at administering a site is better than any book. You may want to produce your own documentation on how you perform updates, installations & backups and keep it in a 3-ring binder. This could come in handy if you are putting out fires and can reference your notes and instructions while under pressure. Be sure to document items that differ from the admin book you have. For example, suppose that you have RHEL servers. They mount LVM volumes. Make sure you document how you would mount a partition on an LVM volume when using a rescue disk. If you use raid for redundancy, be sure to log which physical drive is which in the array and how to swap out a bad device and make it the new hot spare. Document the exact procedure you need to perform. When you need to do it for real, you will probably be under pressure to get it done quickly so being able to refer to your notes or documentation would be helpful.

jkzfixme 07-24-2008 07:27 PM

Any book is a good book ! The more you read the better of you will be I personally utilize the local library extensively, as they tend to be a little pricey. To be honest alot of these books are gonna say pretty much the same thing , you might end up learning alot more if you focus on the basics and use the man command like jschiwal previously stated.


Regards
JKZfixme

jschiwal 07-24-2008 07:52 PM

Actually, a distro's administrator's guide will probably be a pdf or html book at least 200 pages.
However, exploring how your system works and reading the manpages for configuration files (yes, system config files have their own man pages) is a good idea.

I'll often prefer to print out an important man page like this:
man -t topic | lpr

This will print out a PostScript formatted version of the man page which I find much easier to read and remember. Also, for certain packages, I will download the source and run "configure" and then "make pdf" to produce a formatted print worthy version of the info documentation from the .texi docbook source.

On some distro's there is a gawk-doc package. If not downloading the source and producing the documentation will give you the book: "Gawk: Effective Awk Programming" which is excellent. The core-utils package contains a book containing extensive documentation on all of the commands supplied by the coreutils package. Reading this you may discover very handy programs such as "comm" which can make your duties as an admin easier.

Mr. C. 07-24-2008 08:03 PM

Quote:

Originally Posted by latinmusic74 (Post 3225443)
Is this book good to learn LINUX Administration

UNIX System Administration Handbook (3rd Edition)

Yes, the series are excellent, giving you a more complete understanding of how the overall system works. I used this series in my courses:

http://cis68c1.mikecappella.com/
http://cis68c2.mikecappella.com/

I highly recommend them.

Mr. C. 07-24-2008 08:08 PM

Quote:

Originally Posted by jkzfixme (Post 3225521)
Any book is a good book !

Not to be disagreeable, but I previewed a few dozen Linux and Unix admin books for some courses I taught. There are some real dogs out there. Some books are just a plain waste of time, some giving terrible advice, some showing no understanding or imparting comprehension on how the system works, and still some are nothing more than regurgitated man pages (or worse). As expensive as books are, some are just bad buys.

latinmusic74 07-24-2008 08:12 PM

Unix
 
Thank you all. I will follow all your advises. Thanks a lot.

chrism01 07-24-2008 10:33 PM

That's a good book, esp if you need to compare different Unix versions/way of doing stuff.
This online free tutorial/guide is pretty comprehensive:http://rute.2038bug.com/index.html.gz


All times are GMT -5. The time now is 05:45 PM.