How should an experienced Windows SysAdmin learn Linux? [closed]

The best way I learned Linux was being thrown into it. I was given a project on a non-production system which required learning many different steps both basic and advanced system administration work. From there I was able to use the wonderful world of Google to learn much of my tasking as well as reading "A Practical Guide to Fedora and Red Hat Enterprise Linux" This was one of the most helpful books I came across.

Personally at this point it became what I was going to make of the learning experience. I may have spent more time than was needed to complete the project but the general point was the learning experience. This of course is my own opinioin, remember that people learn differently than others. Some can read a book and simply "get it" while others need to get their hands dirty to really learn. I highly recommend asking the individual how they best learn so you may set them up for success. You could also set him up with VMPlayer and load up a few different flavors of Linux which you may use in your area.


If he's experienced on the Windows side of things, then there's a chance that he's done a bit of Windows shell script (aka "batch" files), which are just as esoteric as the likes of Korn shell scripting, so don't under estimate his ability to switch platforms from a scripting / automation perspective.

Speaking from the position of someone who lives and breathes Windows Server, but does AIX/Linux support for standby purposes, the biggest challenges will be:

  1. File systems (LVM, inodes, blah, blah)
  2. Good old "vi". Though give him a copy of WinSCP and he'll be away ;-)
  3. SSH
  4. SED / AWK / GREP
  5. RPMs
  6. Problem analysis tools (equivalents of performance monitor, process explorer, process monitor, resource monitor)

Most of the other "mechanics" will be the same - I/O, systems management, alerting, processes, IP addressing, routing, blah, blah, will be the same.

Oh, and you need to show him the slash is the wrong way around! (hehe)

Finally, I still find my O'Reilly Linux in a Nutshell book a worthy reference. Plus, RedHat's sys. admins I and II courses are good (although, you may be using another variant).