nerdexam
Red_HatRed_Hat

EX200 · Question #5

EX200 Question #5: Real Exam Question with Answer & Explanation

Sign in or unlock EX200 to reveal the answer and full explanation for question #5. The question stem and answer options stay visible for context.

Submitted by asante_acc· Apr 18, 2026Operate running systems

Question

05. Configure Cron Job Configure a cron job to automatically execute /usr/bin/echo hello every day at 14:23 for the user harry. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1 ~]# systemctl status crond [root@node1 ~]# systemctl enable crond [root@node1 ~]# crontab -e -u harry 23 14 * * * /usr/bin/echo hello # Verification [root@node1 ~]# crontab -l -u harry

Unlock EX200 to see the answer

You've previewed enough free EX200 questions. Unlock EX200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#cron#task scheduling#systemctl#user context
Full EX200 PracticeBrowse All EX200 Questions