Configure a task: plan to run echo hello command at 14:… seenagape 8 years ago Configure a task: plan to run echo hello command at 14:23 every day. Answer: See the explanation Explanation: # which echo# crontab -e23 14 * * * /bin/echo hello# crontab -l (Verify) ← Previous question Next question →