Skip to content

Commit

Permalink
Change chapter 6
Browse files Browse the repository at this point in the history
  • Loading branch information
RHCSA committed Dec 4, 2024
1 parent 96816eb commit b6627d9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 01- Schedule tasks using at and cron:

The RHCSA exam topic **"Schedule tasks using `at` and `cron`"** focuses on automating task execution at specific times or intervals. **`at`** and **`cron`** are essential tools in Linux for task scheduling:

- **`at`**: Schedules a one-time task at a specific time.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 02- Start and stop services and configure services to start automatically at boot:

The RHCSA exam topic **"Start and stop services and configure services to start automatically at boot"** focuses on managing system services using **`systemctl`**, the command used to control the **systemd** service manager. You’ll need to understand how to start, stop, restart, and enable/disable services, and ensure that service configurations are persistent across reboots.

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 03- Configure systems to boot into a specific target automatically:

The RHCSA exam topic **"Configure systems to boot into a specific target automatically"** focuses on understanding **systemd targets** and how to configure a system to boot into a specific target (e.g., graphical mode, multi-user mode, etc.). Systemd targets are used to define the state the system should be in after boot, such as **graphical** mode (with a graphical user interface) or **multi-user** mode (without a graphical interface).


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 04- Configure time service clients:

The RHCSA exam topic **"Configure time service clients"** focuses on setting up time synchronization on a system. Correct time configuration is critical in Linux environments, as it ensures consistency across servers, logs, scheduled jobs, and security protocols. On RHEL 8, time services are managed using **`chronyd`**, which is the default daemon for time synchronization (replacing the older **`ntpd`** service).

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 05- Install and update software packages from Red Hat Network, a remote repository, or from the local file system:

The RHCSA exam topic **"Install and update software packages from Red Hat Network, a remote repository, or from the local file system"** involves managing software on a RHEL system using the **`yum`** or **`dnf`** package manager. You need to know how to install, update, and manage software packages from different sources like the Red Hat repositories, third-party repositories, or local package files.

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 06- Modify the system bootloader:

The RHCSA exam topic **"Modify the system bootloader"** refers to tasks related to managing the **GRUB2** bootloader, which is the default bootloader used in RHEL-based systems. GRUB2 (GRand Unified Bootloader version 2) is responsible for loading the operating system kernel and initializing the boot process.

In the RHCSA exam, you may be asked to perform tasks such as changing the default kernel, modifying boot parameters, or recovering access to a system by modifying GRUB2 at boot time.
Expand Down
20 changes: 8 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
.gradual-buttons button {
display: block; /* Ensure buttons behave like block elements */
text-align: left; /* Align text to the left */
background-color: #cc0000;
color: white;
background-color: #ffffff;
color: #cc0000;
border: 1px solid transparent; /* Optional: Makes the border more visible if needed */
padding: 10px;
border-radius: 5px;
Expand Down Expand Up @@ -415,16 +415,12 @@ <h2>Chapter 05: Create and configure file systems:</h2>
<div id="chapter6" class="tab-content">
<h2>Chapter 06: Deploy, configure, and maintain systems:</h2>
<div class="gradual-buttons">
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('.md', 'chapter6')">01- </button>
<button onclick="loadMarkdown('https://raw.githubusercontent.com/RHCSA/RHCSA.github.io/refs/heads/main/contents/06-%20Deploy%2C%20configure%2C%20and%20maintain%20systems/01-%20Schedule%20tasks%20using%20at%20and%20cron.md', 'chapter6')">01- Schedule tasks using at and cron</button>
<button onclick="loadMarkdown('https://raw.githubusercontent.com/RHCSA/RHCSA.github.io/refs/heads/main/contents/06-%20Deploy%2C%20configure%2C%20and%20maintain%20systems/02-%20Start%20and%20stop%20services%20and%20configure%20services%20to%20start%20automatically%20at%20boot.md', 'chapter6')">02- Start and stop services and configure services to start automatically at boot</button>
<button onclick="loadMarkdown('https://raw.githubusercontent.com/RHCSA/RHCSA.github.io/refs/heads/main/contents/06-%20Deploy%2C%20configure%2C%20and%20maintain%20systems/03-%20Configure%20systems%20to%20boot%20into%20a%20specific%20target%20automatically.md', 'chapter6')">03- Configure systems to boot into a specific target automatically</button>
<button onclick="loadMarkdown('https://raw.githubusercontent.com/RHCSA/RHCSA.github.io/refs/heads/main/contents/06-%20Deploy%2C%20configure%2C%20and%20maintain%20systems/04-%20Configure%20time%20service%20clients.md', 'chapter6')">04- Configure time service clients</button>
<button onclick="loadMarkdown('https://raw.githubusercontent.com/RHCSA/RHCSA.github.io/refs/heads/main/contents/06-%20Deploy%2C%20configure%2C%20and%20maintain%20systems/05-%20Install%20and%20update%20software%20packages%20from%20Red%20Hat%20Network%2C%20a%20remote%20repository%2C%20or%20from%20the%20local%20file%20system.md', 'chapter6')">05- Install and update software packages from Red Hat Network, a remote repository, or from the local file system</button>
<button onclick="loadMarkdown('https://raw.githubusercontent.com/RHCSA/RHCSA.github.io/refs/heads/main/contents/06-%20Deploy%2C%20configure%2C%20and%20maintain%20systems/06-%20Modify%20the%20system%20bootloader.md', 'chapter6')">01- </button>
</div>
<div class="markdown-container">
<div class="text-content"></div>
Expand Down

0 comments on commit b6627d9

Please sign in to comment.