Introduction to Red Hat Enterprise Linux
CIS126RH · Red Hat System Administration I
Conceptual groundwork for everything that follows
No commands in this chapter — the goal is to understand the environment first.
CIS126RH · Red Hat System Administration I
Conceptual groundwork for everything that follows
No commands in this chapter — the goal is to understand the environment first.
The core of the operating system.
Manages hardware, memory, and processes.
A complete, installable operating system.
Combines the Linux kernel with supporting software.
Examples of distributions: RHEL, Fedora, Ubuntu, Debian.
For system administrators, Linux skills are difficult to avoid needing.
Red Hat Enterprise Linux (RHEL) is a Linux distribution built and supported by Red Hat, an IBM company, for enterprise and production use.
| Characteristic | Meaning |
|---|---|
| Long release lifecycle | Major versions are supported for roughly a decade. |
| Certified hardware/software | Vendors test and certify products specifically against RHEL. |
| Subscription model | Updates, patches, and support are tied to a Red Hat subscription. |
| Enterprise support | Support contracts, SLAs, and a knowledgebase. |
Think of this as a progression from experimentation toward enterprise stability.
RHEL's source code is open: it can be inspected, modified, and rebuilt.
Businesses pay for Red Hat's subscription, including:
Open source does not necessarily mean free enterprise support.
RHEL uses a major.minor version scheme, such as RHEL 9.4 or RHEL 10.1.
| Phase | What happens |
|---|---|
| Full support | New features, bug fixes, and security patches |
| Maintenance support | Critical bug fixes and security patches |
| Extended life / ELS | Optional extended coverage for systems that cannot upgrade yet |
Running a RHEL version past the end of its support lifecycle means no more security patches.
| Method | Typical use |
|---|---|
| GNOME graphical desktop | Local workstation use when a GUI is installed |
| Terminal / virtual console | Direct command-line access |
| SSH | Remote command-line access over a network |
| Text-mode server install | Typical production server with no GUI |
Command-line skills are a core system-administration skill, not an optional extra.
RH124 moves from the shell itself outward to the systems it manages.
Later Red Hat administration courses build on this foundation with:
RH124 deliberately focuses on the fundamentals every administrator needs first.
Next: begin working at the RHEL shell.