PrepAway - Latest Free Exam Questions & Answers

Configure a task: plan to run echo hello command at 14:23 every day

Configure a task: plan to run echo hello command at 14:23 every day.

# which echo
# crontab -e
23 14 * * * /bin/echo hello
# crontab -l (Verify)


Leave a Reply

Your email address will not be published. Required fields are marked *