Question 3:
SIMULATION - Configure a task: plan to run echo hello command at 14:23 every day.
Answer correct:
See explanation below.
# which echo # crontab -e 23 14 * * * /bin/echo hello # crontab -l (Verify)