LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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-26-2020, 08:29 AM   #1
ddenial
Member
 
Registered: Dec 2016
Distribution: CentOS, Fedora, Ubuntu
Posts: 359

Rep: Reputation: 56
Which RHEL version?


Hello All

I want to dig deep into RedHat based Linux servers. My basic priority now is to prepare/get a job in the IT dept as a Linux administrator. I'm split between RHEL7 or RHEL8. Which version is widely used in Companies/Industries? Should I go for CentOS 7 or CentOS 8? Based on this recommendation I want to download the full documentation from the Redhat website and prepare on that.

Thanks
 
Old 07-26-2020, 09:10 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by ddenial View Post
Hello All
I want to dig deep into RedHat based Linux servers. My basic priority now is to prepare/get a job in the IT dept as a Linux administrator. I'm split between RHEL7 or RHEL8. Which version is widely used in Companies/Industries? Should I go for CentOS 7 or CentOS 8? Based on this recommendation I want to download the full documentation from the Redhat website and prepare on that.
The differences between those two are trivial; and learning CentOS/RHEL is as effective as learning Fedora, Mint, Debian, or openSUSE. ANY flavor of Linux can run the same services, things are configured the same way (for the most part), and troubleshooting is about the same. The differences are in some of the system utilities. Yum on RHEL...zypper on openSUSE. Apt-get on Debian. All do the same things, just slightly different.

The differences are minor...some config files may be in /etc on one version, while on another they may be in /opt. An administrator needs to know how to troubleshoot and figure these things out, more than 'knowing' one version very well. And bear in mind that some companies may have OLD RHEL 5/6 laying around still. They may use Ubuntu on their lab servers, and RHEL in production...what are you going to do if you have to deploy something in a lab, then roll it out? Learn the basics and learn how to troubleshoot..that will serve you far better than focusing on one distro/release.

::EDIT::
Hasn't a VERY similar question been asked before?
https://www.linuxquestions.org/quest...od-4175676420/

Last edited by TB0ne; 07-26-2020 at 09:12 AM.
 
1 members found this post helpful.
Old 07-26-2020, 09:19 AM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,139

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Obviously there are old things still in use, but I'd go for CentOS 8. On a server, RHEL and SUSE are virtually identical, since they both use the Linux Standard Base — Debian and Ubuntu don't. The idea was obviously to ease transition from one system to another by professionals.
 
2 members found this post helpful.
Old 07-26-2020, 09:33 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by DavidMcCann View Post
Obviously there are old things still in use, but I'd go for CentOS 8. On a server, RHEL and SUSE are virtually identical, since they both use the Linux Standard Base — Debian and Ubuntu don't. The idea was obviously to ease transition from one system to another by professionals.
Agree totally. To clarify a bit on my earlier reply, my suggestion to the OP was that they learn *LINUX*, not a specific distro. Knowing how to troubleshoot and work a problem is more valuable than only knowing one distro.
 
Old 07-26-2020, 09:34 AM   #5
ddenial
Member
 
Registered: Dec 2016
Distribution: CentOS, Fedora, Ubuntu
Posts: 359

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by TB0ne View Post
::EDIT::
Hasn't a VERY similar question been asked before?
https://www.linuxquestions.org/quest...od-4175676420/
Thanks. That was just about RHEL free subscription and diff between 8.1 and 8.2 against CentOS. What I really want to know is, I got an old book from my friend on RHCSA/RHCE v7 from Michael Jang. Compared that to the new RHCE v8 certification, the syllabus is completely different. RHCE v7 certification deals with all server roles on the individual basis, whereas in RHCE v8 certification there is only Ansible, nothing about individual server roles. All server roles have to be configured 'through' ansible. And I've also heard that most companies still use RHEL 6/7 servers. Not sure how much is true.

Also, I checked 'RHEL v8 - What's new' and found that the changes are very significant from the previous version. Even the package manager is different.

So, if I have to join a company, should I be an expert on v7 or v8? Of course, I'll also be working on Ubuntu/Debian.
 
Old 07-26-2020, 09:42 AM   #6
ddenial
Member
 
Registered: Dec 2016
Distribution: CentOS, Fedora, Ubuntu
Posts: 359

Original Poster
Rep: Reputation: 56
To add on my previoud replay, I've been using Linux from past 3-4 years now. During this time I have learned generic topics like grep/sed/awk/RegEx, package managent (apt/yum), managing linux from terminal etc. As a professional expert, which distro is good? Maybe CentOS 8?
 
Old 07-26-2020, 10:07 AM   #7
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Quote:
Originally Posted by ddenial View Post
Even the package manager is different.
Not so different as it may seem at the first glance. dnf is basically the yum CLI bolted on top of the libsolv library that also powers zypper in SUSE. There are some differences between yum and dnf commands, but for the most part, their subcommands are identical.

Besides, 1) dnf could be installed in CentOS 7, although it is not the default package manager there; and 2) on RHEL/CentOS 8, yum is a symlink to dnf.

Last edited by shruggy; 07-29-2020 at 05:38 AM.
 
2 members found this post helpful.
Old 07-26-2020, 12:06 PM   #8
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Seconding what TB0ne said. It's more important to learn Linux than any particular distribution. I've been working with Linux for more than 25 years. My first exposure was on Sun Microsystems. When I changed jobs I was working on Solaris servers. That shop migrated to RedHat...the change was "invisible" to me...I did the same things I'd always done in the same way I did them.

Also, "administration" contains a lot of sub-parts. At the last company I worked, there departments that worked on security, performance, databases, software, etc. None of those folks had to know everything, and usually didn't.
 
2 members found this post helpful.
Old 07-26-2020, 12:26 PM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by ddenial View Post
Thanks. That was just about RHEL free subscription and diff between 8.1 and 8.2 against CentOS. What I really want to know is, I got an old book from my friend on RHCSA/RHCE v7 from Michael Jang. Compared that to the new RHCE v8 certification, the syllabus is completely different. RHCE v7 certification deals with all server roles on the individual basis, whereas in RHCE v8 certification there is only Ansible, nothing about individual server roles. All server roles have to be configured 'through' ansible. And I've also heard that most companies still use RHEL 6/7 servers. Not sure how much is true.

Also, I checked 'RHEL v8 - What's new' and found that the changes are very significant from the previous version. Even the package manager is different.

So, if I have to join a company, should I be an expert on v7 or v8? Of course, I'll also be working on Ubuntu/Debian.
...and...
Quote:
Originally Posted by ddenial
To add on my previoud replay, I've been using Linux from past 3-4 years now. During this time I have learned generic topics like grep/sed/awk/RegEx, package managent (apt/yum), managing linux from terminal etc. As a professional expert, which distro is good? Maybe CentOS 8?
Again, it doesn't really matter, and honestly there is NO WAY anyone here can tell you. The 'company' you join may not use either..they may use Suse Enterprise. They may use Ubuntu LTS. They may use Fedora for workstations, and Windows servers. And they can change what they use, whenever they want to. You need to learn *LINUX*...not 'be expert in CentOS". As an employer, I don't hire people with single specialties, but broad knowledge.

While your FOCUS may wind up as RHEL, what do you think is going to happen at the company? That they'll ONLY EVER have RHEL8 forever?? That you won't have to learn anything else??? Again: learn to troubleshoot, how to diagnose problems, and how to configure services. Those skills translate to ANY flavor of Linux (or Unix for that matter).
 
1 members found this post helpful.
  


Reply



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
LXer: Comparison Between RHEL 8 vs RHEL 7 vs RHEL 6 LXer Syndicated Linux News 0 01-25-2020 04:12 PM
Rhel 7.3 lsblk showing output rhel-pool00_tmeta rhel-pool00_tdata Pravingoud89 Red Hat 7 12-27-2018 10:52 AM
what is a main difference between rhel 6 and rhel 7 accourding to rhel exam bikesh Linux - Newbie 6 12-05-2014 12:06 AM
Upgrade to RHEL 5.3 from RHEL 4.4 only using the kernel rpm of RHEL 5.3 rhystech Red Hat 4 05-28-2012 10:01 PM
RHEL 3 ES vs RHEL 4 ES vs RHEL 5 ES sweetcorn Linux - Enterprise 6 11-03-2008 01:27 PM

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

All times are GMT -5. The time now is 09:14 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