LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2009, 01:58 PM   #1
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Rep: Reputation: 49
Exclamation Windows guy has to learn RHEL now


OK, I've been a Windows administrator for a LONG time, but I just got a bunch of RHEL 5 servers thrown in my lap. Me being able to properly spell Linux is the extent of my Linux knowledge unfortunately. Anyone have some ideas on what I should read to quickly get myself up to speed and to be able to support them? Right now I can log into the servers, and that's about it.

Many thanks!
 
Old 07-02-2009, 02:12 PM   #2
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
Hi rjo98,
Welcome to Linux Questions! The best way to learn Linux is using it.
Good Luck!
 
Old 07-02-2009, 02:14 PM   #3
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,922
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,

Welcome to GNU/Linux!

'Linux Documentation Project' would be a good place to start.

The 'Rute Tutorial & Exposition' book covers GNU/LINUX system administration'

'Linux General Help' section has a lot of information. Plus take a gander at 'Slackware-Links'. More than just SlackwareŽ links!
 
Old 07-02-2009, 02:14 PM   #4
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Generic Windows/DOS to Linux information. You're not installing anything but it has some good conceptual discussion. It is generic not RedHat specific:
http://www.faqs.org/docs/Linux-HOWTO...nux-HOWTO.html

Some Linux equivalents of Windows software:
http://www.linuxlinks.com/article/20...uivalents.html

Some DOS to Linux command euivalents:
http://www.novell.com/coolsolutions/trench/16419.html

RHEL documents:
https://www.redhat.com/docs/manuals/enterprise/#RHEL5

Also remember the "man" command. It lets you read manual pages for almost every command and library.

e.g. If you want to do a directory listing the 3rd link above would tell you about "ls" instead of "dir". You could type "man ls" to get more details of ls command.

You can also do "man -k <keyword>" to try to see if there is a manual page that includes what you are trying to do.
e.g. "man -k route" for questions about routing setup might produce:
NETLINK_ROUTE [rtnetlink] (7) - Linux IPv4 routing socket
esddsp (1) - attempt to reroute audio device to esd
esddsp [esdplay] (1) - attempt to reroute audio device to esd
iproute (rpm) - Advanced IP routing and network device configuration tools.
mrtg (rpm) - Multi Router Traffic Grapher
rdisc (8) - network router discovery daemon
route (8) - show / manipulate the IP routing table
traceroute (8) - print the route packets trace to network host
traceroute (rpm) - Traces the route taken by packets over an IPv4/IPv6 network

You could then type "man traceroute" if that appeared to be the one that was closest to what you were hoping to find.

man exists on both UNIX and Linux.

Linux also has "info" which gives more detail on some things.

One key thing to remember is that Linux unlike DOS/Windows is case sensitive. Ls, ls, LS an lS are 4 different things. Most people keep things lower case (and most commands are) so unless someone specifies uppercase it is generally lower case. (e.g. When I say "ls" I mean lower case "ls" as I typed NOT "LS".)

P.S. Welcome to the Dark Side!

Last edited by MensaWater; 07-02-2009 at 02:16 PM.
 
Old 07-02-2009, 02:20 PM   #5
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
Thanks!!

Thanks to both of you. I think the DOS/Windows --> Linux ones will probably be most helpful. Like you said, knowing a dir is now a ls is the type of thing that'll easily stick in my memory.

Would you recommend me buying any books also or you think all these websites are the way to go?
 
Old 07-02-2009, 02:37 PM   #6
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Some people have an easier time reading books than web sites. Also the book is portable so you can read it anywhere.

The downside to computer books is they quickly become obsolete and are generally fairly expensive even for soft copy.

Something like this book may help:
http://www.amazon.com/gp/product/047...V09ZNGTX18A50F

Fedora is a Linux Distribution (a/k/a distro) that is bleeding edge but much of what is in it ends up in RHEL eventually. Fedora has a very short life cycle whereas RHEL has a much longer one. I noted this only because the book discusses both Fedora and RHEL. Also in an earlier version of the book it came with Fedora installation media so this one may as well.

The internet is a great resource for all FOSS (Free Open Source Software) including Linux. Don't worry about taking a long time to learn it all. I've been doing UNIX/Linux full time since 1991 and still don't know it "all". You can do quite a bit without books - the main benefit to a book over the internet is that you know it is specific to the subject you are interested in. Internet searches can be difficult to craft to get just that piece of information you want to know.
 
Old 07-02-2009, 02:42 PM   #7
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
Thanks. Sounds like I'll just stick to the websites for now. I'll just read them on my laptop with wireless, portable to a point! haha.

I'm downloading a Fedora 11 DVD ISO now, hopefully that will give me something to play with after I read some of that stuff. But I swear I read something somewhere that the Fedora is all GUI so that wouldn't me with RHEL since that's all command line?
 
Old 07-02-2009, 02:44 PM   #8
Telengard
Member
 
Registered: Apr 2007
Location: USA
Distribution: Kubuntu 8.04
Posts: 579
Blog Entries: 8

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by onebuck View Post
The 'Rute Tutorial & Exposition' book covers GNU/LINUX system administration'
Yep, that one book will take you a long way.

Quote:
Originally Posted by rute Preface
When I began working with GNU/LINUX in 1994, it was straight from the DOS world. Though UNIX was unfamiliar territory, LINUX books assumed that anyone using LINUX was migrating from System V or BSD--systems that I had never heard of. It is a sensible adage to create, for others to share, the recipe that you would most like to have had. Indeed, I am not convinced that a single unifying text exists, even now, without this book. Even so, I give it to you desperately incomplete; but there is only so much one can explain in a single volume.

I hope that readers will now have a single text to guide them through all facets of GNU/LINUX.
If you really want a book there are plenty to choose from, but all the best Linux information is on the Internet anyway. Here are a few I think are useful to someone transitioning from Win/DOS to Linux.

SS64.com Command line reference explains both Windows and Linux commands in great detail, and with decent examples.

GNU Manuals Online has complete manuals for all the great GNU software you're likely to encounter.

Don't neglect the documentation already installed on your system. In particular, you should familiarize yourself with the man and info commands. There may also be HTML documents, but I can't say exactly where they will be. On Kubuntu, many program's HTML documentation is installed in /usr/share/doc/programname and /usr/share/programname/doc.
 
Old 07-02-2009, 02:47 PM   #9
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
It is not "all" GUI. It allows for GUI. You can have a desktop (on the console) like you do on Windows (though of course it is not exactly the same).

The real power in Linux is at command line (CLI) but you can do a fair amount in the GUI. The deal is there are different desktop environments such as KDE and GNOME. It is all based on "X-Windows".

You can even open a "terminal" in the GUI to get to CLI.
 
Old 07-02-2009, 02:49 PM   #10
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
So sounds like once my DVD download finishes in a few hours, once I get it installed, I need to look for terminal and then I can try to experience Linux! Thanks. Keep your fingers crossed!
 
Old 07-02-2009, 03:30 PM   #11
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,819

Rep: Reputation: 229Reputation: 229Reputation: 229
If you are not familiar with...

I can think of this one too for a general tutorial, going from basic to advanced, if it on the the whole is not too basic for your needs.

http://www.linux.org/lessons/

There are also the many books by o'reilly, some that may prove useful.

http://search.oreilly.com/?q=linux

Last edited by thorkelljarl; 07-05-2009 at 09:37 AM.
 
Old 07-02-2009, 03:35 PM   #12
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
that linux.org one has a beginner's guide, that looks like a good one after skimming through the first couple pages of it, thanks!
 
Old 07-02-2009, 03:39 PM   #13
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
I know you said you were going to stick with Web sites right now.. but I'll throw this out there anyway..

Linux for Windows Administrators
..
http://www.amazon.com/s/ref=nb_ss_b?...rators&x=0&y=0

Linux for Windows Administrators (Mark Minasi Windows Administrator Library)
Linux for Windows Nt/2000 Administrators: The Secret Decoder Ring (Mark Minasi Windows 2000)
Official Red Hat Linux Administrator's Guide by Red Hat Inc



Best of luck in your training.
 
Old 07-02-2009, 03:42 PM   #14
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
Oh, that looks like it could be really good! the title is dead on for what I am! time to see if there's a RHEL for Windows administrators too!
 
Old 07-02-2009, 04:27 PM   #15
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by rjo98 View Post
Would you recommend me buying any books also or you think all these websites are the way to go?
I'm going to suggest a few books (I like books; you can throw them at people), but I'll suggest that you don't do anything about buying books just right now. Well, unless you think you can buy them on your company's account, that might push the balance slightly.
  • Essential System Admin, Frisch. I'm suggesting this not only because it is a good book, but it is 'cross platform' a 'and this is how you would deal with this problem on Linux...Solaris...Windows'
  • The Linux Quick Fix Notebook Harrison. Red Hat based, and if you want a general series of 'just add water' recipes to get a job done, which you might soon, I don't know of a better book.
  • Begining Linux Programming (several authors). I know you aren't (Begining Linux Programming), but the first few chapters deal with the shell environment and how the program 'sees' that and interacts with it.

However, my immediate suggestion is that you should look through some of the links that have been suggested already (and I'll add one Linux home Networking, on the grounds that getting your head around networking may be one of the things that slows you down most, initially, and their chapter 14 (firewalling) is straight out of Harrison). That will give you enough to look at for the moment, and once you know what is causing you grief, you'll be in a better position to say what else you want to know.

A couple of very general tips
  • Use the package manager (this is my first tip for ordinary users, too)
  • Things are configured via readable text files. You can read them. You can read them even when the app or service doesn't work. They tell you what parameters are configurable. (If you haven't noticed, by now, that you should read them, I am not sure that buying books will make the difference!)

I make those two observations, because until you make those observations and realise what flows from them, you won't make an effective administrator. Maybe, you don't have to get there particularly quickly, which would be good. trying to administer a Linux/Unix box as if it was 'a windows box, done badly' (I'm not arguing that's what is is, at all) will just lead to frustration.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Windows guy needs to learn Linux fast! help?!? anon091 Linux - Enterprise 4 07-02-2009 07:54 PM
LXer: Linux Guy and Windows Guy Walk a Mile in Each Other's Shoes LXer Syndicated Linux News 0 01-13-2009 05:40 PM
Old DOS/Windows Guy darren1959 LinuxQuestions.org Member Intro 1 11-26-2008 05:53 PM
LXer: Windows Guy Tries Linux Mint: Part 2 Of Our Distro For Windows Converts Review LXer Syndicated Linux News 0 09-10-2008 07:12 PM
windows guy going linux... new_linux_goof Linux - Software 25 04-07-2002 07:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration