Day 6: Create a Cron Job - Failing

Even after successful completion of the task the validation is failing .

KodeKloud team please review

Hi, as I understood you create task under tony user, you need under root, use command sudo -i to switch to user root

@rookie2410

@Medet-Zhanaidarov is correct.

The question says

Add a cron */5 * * * * echo hello > /tmp/cron_text for root user.

You added it for tony user, which is not what is asked for.