Cron task failed

hello! I’ve completed task about install cronie and add cron job. It said that cannot find cron job on stapp01, but it is here. screenshot is attached

Hello,

Thank you for reporting this.

This seems to be incorrect cron. As per screenshot cron you added is */5 * * * * echo hello > /tmp/cron_test however in the question you are asked to add cron */5 * * * * echo hello > /tmp/cron_text. Please notice the difference in command i.e test vs text.

Thanks
Inderpreet

1 Like