SIMULATION -
User mary must configure a task.
Requirement: The local time at 14:23 every day echo "Hello World.".
SIMULATION -
User mary must configure a task.
Requirement: The local time at 14:23 every day echo "Hello World.".
crontab -u user -e 23 14 * * * /bin/echo "Hello World." crontab -u user -l to verify