ES
← Back to RHCSA EX200

Published: 3/25/2026

RH134 — System task scheduling

Systemd timers, tmpfiles, and recurring system tasks with cron.

Goal

Document chapter 4 of RH134 v10.0 while studying it: schedule and manage system tasks with systemd, cron, and temporary file policies.

Chapter content

SectionTopic
4.1Managing recurring jobs with systemd timer units
4.2Guided exercise: systemd timers
4.3Managing temporary files
4.4Guided exercise: managing temporary files
4.5Scheduling recurring system tasks with cron
4.6Guided exercise: recurring system task with cron
4.7Quiz: system task scheduling
4.8Summary

What I practice

Reference commands

systemctl list-timers --all
systemctl status my-timer.timer
systemd-tmpfiles --clean
ls /etc/cron.d/

Lab notes

(Fill in after exercises 4.2, 4.4, and 4.6: timer units created, tmpfiles rules, and system cron entries.)

Next step

Finish quiz 4.7 on ROL and paste the concrete lab steps here when the chapter is done.