EX200 Exam QuestionsBrowse all questions from this exam

EX200 Exam - Question 85


SIMULATION -

User mary must configure a task.

Requirement: The local time at 14:23 every day echo "Hello World.".

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
STFN2019
Sep 24, 2021

crontab -u user -e 23 14 * * * /bin/echo "Hello World." crontab -u user -l to verify