Running Linux, 3rd Edition
Overview You've decided to take the Linux plunge. You have a computer all set up and you have your shiny new CD in hand. You're excited and nervous all at the same time. You've put in some time on your shell account at work, but you're not a power user. This dual-booting thing might be for you. But the CD just sits there next to the black screen... where do you go from here?
"Running Linux" seeks to take you from that first icy shock of installation to the deep end of recompiling kernels, upgrading system libraries, and tweaking your X configuration.
The intended audience is people with some previous Unix experience who are willing to get their hands dirty under the hood of their installations. There are frequent references to man pages and HOWTOs for gory details.
What's good? The authors take an early distribution-neutral stance, glossing over some of the slick configuration utilities in favor of editing text files. While that may dissuade some users, it has the benefits of being universally applicable as well as more educational.
The section on installation is particularly good, discussing common pitfalls, partitioning techniques (and preferences), and various configurations, including dual booting. The Samba information is also quite good.
"Running Linux" covers a wide scope of other utilities, from Apache to gdb, Tcl/Tk to the GIMP.
What Might Bite Back? There's a lot of material covering a lot of subjects. This means that there's not much fat here -- just the bare essentials. Consider this your roadmap and be ready check the references provided when you need to know more.
Some of the applications covered appear only by personal preference. For example, fvwn, elm, and smail are discussed, while WindowMaker, pine, and sendmail are not. That's not a big issue, however.
Feel free to jump around between the chapters -- the arrangement is more encyclopedic than progressive. Common tools such as vi or Emacs appear in chapter 9, while kernel upgrades and modules show up in chapter 7.
One of the larger limitations in the draft copy was the conspicuous absence of GNOME-related material. Thankfully, the final version includes an appendix written by members of the GNOME team. (One of the authors, Matthias Dalheimer, develops KDE.)
The Bottom Line If you're the curious type, looking to play around with Linux, and you need a little friendly advice and some suggestions on where to look for further information, this is the place to start. If you've used Linux for a while, and want to start understanding your system, this is also the book for you.
Pick this book up at Amazon.
Table of Contents (abbreviated) Preface
Chapter 1. Introduction to Linux
Chapter 2. Preparing to Install Linux
Chapter 3. Installation and Initial Configuration
Chapter 4. Basic Unix Commands and Concepts
Chapter 5. Essential System Management
Chapter 6. Managing Filesystems, Swap, and Devices
Chapter 7. Upgrading Software and the Kernel
Chapter 8. Other Administrative Tasks
Chapter 9. Editors, Text Tools, Graphics, and Printing
Chapter 10. Installing the X Window System
Chapter 11. Customizing Your X Environment
Chapter 12. Windows Compatibility and Samba
Chapter 13. Programming Languages
Chapter 14. Tools for Programmers
Chapter 15. TCP/IP and PPP
Chapter 16. The World Wide Web and Electronic Mail
Appendix A. Sources of Linux Information
Appendix B. The GNOME Project
Appendix C. Installing Linux on Digital/Compaq Alpha Systems
Appendix D. LinuxPPC: Installing Linux on PowerPC Computers
Appendix E. Installing Linux/m68k on Motorola 68000-Series Systems
Appendix F. Installing Linux on Sun SPARC Systems
Appendix G. LILO Boot Options
Appendix H. Zmodem File Transfer
So it should be represented more...
"Linux, the complete reference" by walnut creek is another. Covered 1.0 and there is I believe a recent edition as thick as a phone book. Yggdrasil also had put out a video tape as well.
"KDE has more users" Two words. Prove it. If you can't I think you know what that makes you.
Yes, I wrote most of the new stuff in the third edition, and I also updated the chapters that appear unchanged at a cursory glance. However, Matt was involved a lot in the decision what to put in, what not to put in and what of the old stuff to throw out and also wrote the preface and the first chapter himself. Regarding the GNOME appendix: We asked them for a contribution, and that's what we got. Not more and not less.
I justed noticed that I at least should have signed my previous posting. So here: Kalle Dalheimer (not used to posting on /.; and, no, I won't create an account :-))
Wow! I thought I was the only one that noticed. I read about a dozen Linux books but in general, there is NO BOOK that can really teach you Linux. I feel sorry for people who have to depend on any book. I do own this book and sad to say.... I can not send mail (eccept when I use Netscape) and the detail I was hoping to find are missing. Please don't missunderstand me. This is one of the better books there are. I bought "Mastering Linux" That was the biggest mistake I have ever made so far.Canadian $79.99 out the window :( In closing... Find a "friend" and treat him well. Forget about books. They where written to make money and not to educate you. Linux is a good thing and in time we newbies will contribute what Linus and the gurus can't. "The Real Manual" Until that day, M$ has the lough.
Can someone please recommend a good intermediate linux book? I'm not a beginner, I've been using Linux about 2 years. But I wouldn't consider myself an expert by any means, either. What would be a good reference/explanation/command book, rather than a configuration/installation book? It seems like Running Linux is more of a beginner's book than anything else, from the comments made about it.
I still have my Running Linux original book that shipped with Redhat 2.1...I wonder if I really need the newest version...
Edition 2 and my CheapBytes Debian 1.3.1 r6 CD is what got me started on Linux. Ordered them both for about $25.00.
From this review, it looks like the quality of the book hasn't suffered in this (needed?) update.
i got this new running linux 3rd edition, and i think it's good covering bits of everything, but i also need a book that covers security and adminstration more. anybody know what's the best one(for linux, unix, whatever)?
this article would be a good place to start.
This is both interesting and odd at the same time. Why didn't reading the HOW-TO help you? I'm kinda peeved that there aren't more "free" information and more "free" books out there for the Linux crowd. The need for all these costly books just makes the hidden costs of Linux even more!
I picked this up a few days ago. Since I'm not a total newbie (9 months and 2 working linux systems) I quickly read the first 3 install chapters from a semi-experienced point of view. I found comments like this one about disk partitioning: "This section is meant to be a general overview of the process. There are many subtleties we do not cover here. You can lose all the software on your system if you do not repartition your drive correctly." (p.54) Yikes! Perhaps the authors could have fleshed this out a little. Another quote from this "getting started" book on editing /etc/fstab: "After editing the file, you'll need to issue the command # /bin/mount -a or reboot for the changes to take effect. If you're stuck at this point, don't be alarmed. We suggest that Unix novices do some reading on basic Unix usage and system admimistration. most of the remainder of this book is going to assume familiarity with these basics so don't say we didn't warn you." (p.76) Yikes again. While it's true that there is a lot to learn about Unix, it will be a lot more relevant and interesting to do further studies AFTER you have a minimally functioning system at least. I think some more detail in an installation chapter would be appropriate. Anyway, since my boxes are up already, I continued on. I read earlier in the book that I could use vi commands to edit the Bash command line. On p. 102 this is described. It suggested: $ export VISUAL=vi. I tried this and it didn't work. A little time on the newsgroups and I found out it should be: $ set -o vi. If you want the change to persist, there is more to be done. After all the fawning over the excellent authors and editors O'Reilly supposedly gets, I really expected better. Maybe it will get better. I hope so since there is a big coffee stain on it now and I can't take it back :-(.
The least expensive and most rewarding time you'll ever have with Linux must include reading the How-to's. They are the only Linux Bible I use.
...or start here at his web site
Depends on what information you're looking for. Want info on unix command "foo"? `man foo` is still you're best friend, most *nix books are aimed at teaching you the basics. Want to learn C++? "The C++ Programming Language" is THE C++ reference book, though not much in the way of a tutorial. Perl? I've found "Perl In A Nutshell" to be the best, although any of the ORA books in this category are excellent. TCL? Don't bother, TCL's an evil language (j/k.. ;). Advanced security/administration? The best sources for these are probably online. Sh/Csh/Ksh? Either man pages (sh manpage is basically all you need, IMO), or any of the ORA books. VI? ORA again..
And so on.. There's no one place/book for all this information, the best way to get information is through several sources.
-dilinger
You had a KDE developer on board, KDE has more users, KDE got more coverage. No need to justify yourself just because Gnome zealots whine.
Actually, I just ordered the book from Amazon a week ago for $19.99 + S&H...not a bad price I'd say...
There is no spoon
I was in college, and pretty broke. I installed slackware with the 1.0.xx kernels. I remember leaving my machine dialed up to the campus modem pool for 8 hours while I downloaded the a,ad and n disks for slackware. Installed those then installed x,xap,d and others. It was a great time. All we had were the faqs net2-howto showed us how to get a dip CSLip session going =)
Stay away from those "written by a bunch of well meaning ditwads" UNLEASHED books.
One or two of them MAY approach usefullness in a certain topic, but why bother digging?
I point everybody I know towards Sobell's Unix/Linux books. They don't teach anything about installation, but that sort of material is the responsibility of the vendor or the local guru.
Cool!
I found the book at www.shopping.com for under $24 INCLUDING S&H www.bookpool.com said it was the cheapest price.
I purchased S.u.S.E Linux based on recommendations as to the quality of the manual. It was very comprehensive and well written, and covers most of the topics in the Running Linux book.
I suspect a reason there isn't more GNOME coverage is the lead time involved in bringing a book to press. Final drafts would have just been being completed at about the time the 1.0 release of GNOME appeared. Too little time to develop material on a product that was too unstable to recommend to the newbie.
GNOME has progressed significanlty though.
Remember, despite internet time, publishers still operate on a schedule.
What part of "gestalt" don't you understand?
I suspect a reason there isn't more GNOME coverage is the lead time involved in bringing a book to press. Final drafts would have just been being completed at about the time the <cough> 1.0 release of GNOME appeared. Too little time to develop material on a product that was too unstable to recommend to the newbie.
GNOME has progressed significanlty though.
Remember, despite internet time, publishers still operate on a schedule.
What part of "gestalt" don't you understand?
If it's the same as for an existing X server, you'll get an error. If it's different, and the gods smile on you, you'll get a second X session in a different virtual console.
What part of "gestalt" don't you understand?
The Only Ultimate Idiot's Guide to Running Linux for Complete Klutz Dummies Unleashed in 21 Days * 24 Hours in a Nutshell You'll Ever Need
What part of "gestalt" don't you understand?
The three-fingered salute can be made to work under Linux as it does for Windows, and it's enabled by default in many distributions. It requires a line 'ctrlaltdel' in /etc/init.
This allows any user sitting at the console to shut down the system safely.
What part of "gestalt" don't you understand?
...in a Nutshell books are quick references for the experienced user, administrator, or developer.
Essential System Administration is a (reasonably) comprehensive guide to administering Unix (and Unix-like) systems -- from single-user workstations to large commercial installations. The emphasis is more on topics which might be encountered in a commercial (or academic) setting than for single-user issues, though it's helpful for both. Emphasis is on maintaining and administering an existing site, not on setting up a new one. x86-specific hardware issues are not covered in much detail.
Running Linux is principally aimed at the new user. Much of the book is aimed at identifying hardware issues, getting Linux installed, setting up subsystems, brief tutorials to editors and other tools, a short introduction to system administration, networking a standalone dialup system, etc. There's also a bit of background for the user transitioning from DOS or (shudder) Windows.
Another excellent book, IMO, is Nemeth, et al, "the red book" -- The Unix Administrator's Handbook. Slightly rustier even than the Frisch book, it's got a solid grounding in experience and philosophy of Unix administration that can't be beat.
Yes, the books serve different audiences. I own all three.
What part of "gestalt" don't you understand?
Running Linux is more of a beginners guide to Linux and tries to cover all the areas that they'd be interested in to get a successful running system.
It doesn't do into much depth but tries to cover the basics of what you'll need to know. If you're already experienced with Linux then you probably don't need the book and you can probably cover all this more in depth wit h the other books.
As it's name suggests essential system administration covers sysadmin while the scope of running Linux is greater although not as in depth.
It's definitely worth a read for the inexperienced user or someone that needs to know a good overall knowledge of the OS.
BTW I'm posting this with Mozilla so if it doesn't display properly that's why. There seems to be a problem with text boxes on the build I'm using. However it's definitely approaching usability stage so go on and try it.
--
FWIW, I think this is the single best introduction to Linux. 2nd edition was also good, but this is much more up-to-date and comprehensive.
£14.10 + P&P. Just about the first time I've seen things cheaper on this side of the pond!
--
"I do not speak for my employers, though they are controlled from my Teddy's huge pulsating brain."
AFAIK UNIX in a nutshell is generic unix book, this covers the basic commands and thing like awk, sed, and grep. It is more of a reference manual (IMHO). IT is always good to have a copy of that in the office to look up the commands.
Essential System Administration I'd hope talks more about the configuration of services like sendmail, inetd, and other common unix utilities. Basically how to setup and configure a system.
Running Linux probably goes into specific details about using a Linux specific system linux has utilities that are include in most distributions that are not included with most other UNIX flavors by default. While most of them are available for other , they must be downloaded seperately. rgrep is an example of this. I'd hope the book went over things that were more specific to linux. Even things such as recompiling a kernel.
Only 'flamers' flame!
I believe Kalle wrote most of the new material; Matt may have reviewed it at some point but I don't think he was actively involved. Same deal with the 2nd Ed. (Lar did most of the new stuff in that edition, IIRC). All of the appendices are new and by different authors too (except maybe the bibliography).
/.
The colophon says that Matt is working on some sort of clustering project at UC-Berkeley, so I guess that's what he's still doing. I think he said so in a recent interview that was linked to from
My Blog. Sela Ward can sell me long distanc
Is this worth buying if you have V2 at all?
Gerv
I picked up A Practical Guide to Linux by Mark Sobell based on the very positive review in /. a few months back. I highly recommend it as a general Unix/Linux reference. It's very distro-independent which is both good and bad (I use it as a reference for my work- Solaris/NetBSD/Debian).
Version 2 of Running Linux does not cover PPP connections, only SLIP. Version 3 dropped the SLIP stuff and shows you how to set up a PPP connection. I bought version 3 as soon as I could find it just for this section.
Lets say I want to learn Linux:
which books and in what order should I buy them
I'm not trolling here, I'm sure I'm not the
only person that would be helped by this.
thanks
I hope the books improved from the first edition - it was crap (see my other post).
I did install a lot from the CD, but at the time my PC was both underesourced, and hampered by poorly supported hardware.
Later I purchased a Walnut Creek CD set, containing Slakware and some source code. It was at this stage I began to learn things, and even got to the stage of upgrading to the 1.3.x kernel series, but only had a 14.4 internet connection via a bizzare plug and play modem, which was a pain to get working. I also got round to getting a new PC, but XFree86 would not support my new card properly, until I downloaded a beta XServer with a time-limit (remember when XFree86 did those?).
Later still I obtained an Infomagic 6CD set, and a couple of RedHats, even buying the commercial release. I upgraded almost everything when something new appeared.
Now I run my own custom setup. Almost everything works, but a few packages fail to compile properly, probably due to my library and compiler versions. I've come a long way - but none of it was gained by reading Linux Unleashed.
Working in a medium sized town in the UK, it was difficult 4 years ago to buy a decent Linux book, and none of the local booksellers sold anything by O'Reilly at the time. My first book was unfortunatly SAMS Linux Unleashed, mainly because it was the only one available at the time, complete with an almost current Slackware CD. I already had a copy of Slakware from a magazine cover disk, and had prior to that downloaded bits of slakware from Compuserve, so I wasn't completly green. I had also supported various SCO systems for a number of years.
That book taught me some things, but most was lacking, innaccurate or simply out of date. Some chapters had obviously been ported from other books, and at least one chapter still had multiple references to AIX. It was difficult to see who this was aimed at - the programming chapters were either very basic, or assumed a lot of prior knowledge, and would have been confusing to a novice.
I have since thrown the book away in disgust, and since have only bought O'Reilly books.
You definitly must have been using a later edition. The section of the first edition on X configuration was very poor, and related to a release prior to the one on the supplied CD.
This book must be about 4 years old.
We actually had to wait a few weeks after the semester started before it was availible. But that's ok, because it's a good book for the people in the class that aren't familiar with Linux. The class is also getting students familiar with linux, and the people who had never had any experience with it seem to like it. And what is a nice change is that I have heard no complaints of "My computer froze and I lost my program" this semester! :)
On a side note, I'm glad CS classes are now starting to use O'Reiley books, I personally buy them because they are really clear, and I think that the care that O'Reiley puts into their books has caught the attention of eduactional institutions.
running Linux instead of other OS already cost me around 400$ in fee i could have avoided,and it grow up and up as the time go,but i NEVER did regret it since it help in 2 dept:
1-: i learned immensely and for me,learning is extremely important (esp in my favorite subject which linux fit in)
2-: it help my credit situation (very important as i have a lot of project i want to do)
so all in all,i spent over 4000$ in computing and about 1000$ on that is dedicaced to running Linux,keep in mind that your mileage may vary (and improve a lot when compared to me).
Canadian AC CanadianAC@NOSPAM.telebot.net
I, too, bought bought the book when I was a newbie. That, and Essentials of System Administration helped me a lot -- with my Linux goals in particular, and with Unix in general. Anyone who wants to get started with Linux should pick it up. Other books, like Sam's, etc., are cheap and shoddy IMHO. Most off-the-shelf references are full of white space, lame graphics, poor writing, and disjointed information. A mess from a document design perspective. I've enjoyed consistent quality from the O'R books I've bought, and would recommend them to anyone who can read and wants to learn about computer systems -- particularly Unix. -O
What's the best book for experienced Linux users and programmers? I thinking of something like a Linux "Bible", one place to go to look up info on sticky configuration issues and other stuff.
Any opinions?
Stephen Molitor steve_molitor@yahoo.com
I learned a lot from Linux Unleashed, and although the material is not softened up for a first approach, I find it's still a good reference guide when you want to, say, configure a particular X file and need a quick reference. And it was good enough to get me familiarised with most of the material.
"There is no surer way to ruin a good discussion than to contaminate it with the facts."
On past experience, I only buy books with animals on the cover. You know when you're buying an O'Reilly book you'll be safe.
Also, never buy a book with a number in the title.
To err is human,
To really screw up, you need a computer!
;)
Criminalize spam and telemarketing!
If you've the resources (memory), you can run a second X-server on another virtual console with a different color-depth. (Don't remember the exact command) We used to do that in our lab so we could go play quake or something without rebooting and so on. (Must of done too much of this, my memory is failing ;). It's not exactly "on the fly", but it was useful.
Criminalize spam and telemarketing!
One way to start 2 X-servers with different color depths on one machine: :0 vt07 -bpp 16 :1 vt08 -bpp 32
startx --
startx --
Then you can ctrl-alt-F7 and ctrl-alt-f8 to toggle between them.
(Of course you'll have to get back to another virtual console after the first command with ctrl-alt-F2 or something.) You can use tty08 instead of vt08. Just be sure you don't use a virtual console that has a getty(login) on it. You might lose your keyboard. You can even have the second server use a completely different XF86Config file if you want. There are probably other ways to do this as well.
Criminalize spam and telemarketing!
If you're *really* on a budget, check out the
Linux Installation and Getting Started Guide.
http://www.linuxdoc.org/doc.html#guide
Criminalize spam and telemarketing!
If you've been with linux since Red Hat 2.1, i seriously doubt this book can bring you anything.
This is a great book to take you through the Linux experience... very appropriate to review it the day after Jon Katz's article on his Linux installation. I unfortunately installed Linux first, then bought the book later when I quickly realized the distribution's manual was worthless. A great companion book is O'Reily's "Linux in a Nutshell" - this is basically an encyclopedia of commands that makes a good reference while reading "Running Linux."
I roomed with Matt Welsh at Cornell while he was writing this book. It was 1993-94, and at the time I knew even less about Linux than I do now. I always wondered what happened to him after graduation, but the blurb on the book hasn't been updated. (I think the third edition of Running Linux was updated by the third author, not by Matt or Lar.) Does anyone out there know?
I too bought this book with the hopes that all 1114 pages would have a whole lot of information. Instead, I found myself reading pages on pages of nothingness. I still cannot figure out how the author managed to write so many pages of words on so little information. I really recommend you find a different book for yourself to read if you want to learn Linux.
-B
The Idiot's Guide to Linux for Dummies Unleashed in 21 Days
That covers all the bases, doesn't it?
Just curious: I have "UNIX in a Nutshell" and "Essential System Administration". Between the two I've been able to figure out how to do the majority of things I've wanted to do.
How does "Running Linux" fit into this? Does "Running Linux" cover a lot of ground that isn't covered by "Essential Sys Admin"?
Thanks.
I have a hard time picking a favorite between O'Reilly's "Armadillo Book" and "The Red Book". Both are great. Both are a bit dated (The Red Book published Jan 1995, Armadillo 2nd Edition Dec 1996). Nevertheless, both provide invaluable information about general Unix administration (including how to deal with variations in flavors).
Having said that... I'm partial to O'Reilly & Associates as a company. And the Armadillo book can be picked up for much cheaper. If you're on a budget, buy only the Armadillo Book. If your budget allows, pick up The Red Book too. Both are worth the expense.
The non-distro-specific nature of the book is great--after all, a Linux system is configurable to a large extent, and who knows what new oddities Corel/RH/Sun/Debian will put in their latest and greatest things? In the tech world, it seems that if it's documented, it's out of date. Maybe this book will be useful for a bit longer because it doesn't only cover version 0.997 of YaST.
This book also answered one nagging question I had: "How do I switch from 1024x768 to 800x600 to 640x480 under X?" The SuSE manual (and their Web page IIRC) said, "Ctrl-Alt-{+,-}" which didn't do anything. Imagine my surprise when I learned that the "+" and "-" referred to the keys on the numeric keypad. :-( Now if only we could switch color depth on the fly....
Give a monkey a brain and he'll swear he's the center of the universe.
Plus, when you show this to people used to buying Microsoft products, they don't believe their eyes... $30 for a Linux reference, complete with a CD including a truckload of apps. Most Microsoft application books are more expensive than that, and they certainly don't come with the OS!
"There is no surer way to ruin a good discussion than to contaminate it with the facts."
I picked this book up last week, and have really found it useful. It was even a great help fixing a friend of mines networking problems. I really have to credit O'Reilly for thier good work, but I think that there was a certain bias to KDE (a big, "DUH" on the reasons why). I've been neutral on the Window Manager war and plan to stay that way, but it would have been wise for O'Reilly to include on of the team members in the book's production as a whole. The additional GNOME material was nice but something about it to me seemed "too little, too late", I'd like to see some definitive guides to Window Managers published by O'Reilly very soon as this is one area of expertise that I seriously lack in (usually sticking to straight text and only using x-windows in order to have multiple sessions running easily), hurm, I should check thier upcoming releases section of thier web page.
LO
______________________ There is no
1) Running Linux - (the one reviewed here)
2) Linux in a Nutshell - Ellen Siever Et. al
(2nd Ed - O'Reilly)
3) Beginning Linux Programming - Matthew & Stones
(WROX Press)
Criminalize spam and telemarketing!
I still have my 1st edition of dis book and use it often. As the review says it is more encyclopedic than linear which is the way I like to use a book. I generall don't read my new computer books cover to cover. I skim the chapters that hold specific needed knowledge or special interest information for me then sit down with a box and really get my hands dirty. Another good refernce in the linux vein that I like is the Linux Network by Fred Butzen and Christopher Hilton published by IDG. Fairly inexpensive in paperback it lacks alot of meat but covers in varying detail everything from diald to ipchains to sendmail to socks to a litle security. It even has a little samba thrown in for good meauser. It is writen to assist in building a MS intranet with Linux acin as file/print/net access server but is applicable to many different styles of network. It is fairly distributionless in instruction in that it reminds you that what it says is for one distribution and others may vary. it comes with Slackware (my old favorite so that makes me biased) but for a good reference its hard to beat.
www.mp3.com/Undocumented
First of all, I really appreciate all of the good reviews here on Slashdot, and I'm glad that folks find Running Linux to be useful. I wanted it to be a book that Slashdot readers would appreciate :-)
I'd just like to point out that if you do find any mistakes or incorrect information in the book, please feel free to send corrections my way: mdw@metalab.unc.edu. Usually we can correct small things in subsequent printings without waiting for the next edition to be released. In a book of this size, sometimes things slip through the cracks, but we do our best.
Also, feel free to send me any suggestions or ideas for future editions. We really depend upon readers to help us to shape the direction of the book's content, since it's often hard to tell which topics are important to cover and which are not. Now that Linux has grown so much this task is even more difficult than in previous editions.
It is true that our bias towards KDE was due to Kalle being on-board for this edition, but we did our best to talk about GNOME (albeit in an appendix). I hope that the next edition will have a bona fide section on GNOME incorporated into the book, but unfortunately we ran out of time to include it in this one.
Thanks everyone!
Matt Welsh
I bought this book about a week ago when I decided to take the Linux plunge. I chose that book because it seemed to cover a lot of subjects, it had a lot of references for each subject, and it's published by O'Reilly (they just have good books).
Considering I'm a complete Unix/Linux newbie (I just found out yesterday I have to be logged in as root user to invoke shutdown. Stop laughing, you were a newbie once too), it's been pretty usefull so far.
I've managed to install Linux in about an hour, and most of that time was spent trying to configure my Linux partitions properly with Disk Druid. I have Lilo running well for dual boot with Win98, and I've been able to do some file management, DOS style.
I obviously still have much to read, but considering all of the complaints I've read about installing Linux (including last week's CNN article), it's been very helpful so far, and I don't have any problems recommending it.
bh