CORRECT TEXT

Posted by: Pdfprep Category: EX200 Tags: , ,

CORRECT TEXT

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

Answer: see explanation below.

Explanation

# which echo

# crontab -e

23 14 * * * /bin/echo hellos

# crontab -l (Verify)

Leave a Reply

Your email address will not be published.