ES
← Back to RHCSA EX200

Published: 3/22/2026

RH134 — User task scheduling

Schedule one-time and recurring user tasks with at, batch, and cron.

Goal

Document chapter 3 of RH134 v10.0 while studying it: schedule one-time and recurring user tasks on RHEL.

Chapter content

SectionTopic
3.1Scheduling a future user job
3.2Guided exercise: scheduling a future user job
3.3Scheduling recurring user jobs
3.4Guided exercise: scheduling recurring user jobs
3.5Quiz: user task scheduling
3.6Summary

What I practice

Reference commands

echo "command" | at 14:30
atq
atrm 3
crontab -e
crontab -l

Lab notes

(Fill in after exercises 3.2 and 3.4: jobs created, schedules used, and how execution was verified.)

Next step

Finish quiz 3.5 on ROL and document here the cron syntax that was hardest.