CORRECT TEXT

Posted by: Pdfprep Category: EX200 Tags: , ,

CORRECT TEXT

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

Answer: see explanation below.

Explanation

(a) Created as administrator

# crontab -u natasha -e

23 14 * * * /bin/echo "file"

(b)Created as natasha

# su – natasha

$ crontab -e

23 14 * * * /bin/echo "file"

Leave a Reply

Your email address will not be published.