Question 17:
SIMULATION - Configure a task: plan to run echo "file" command at 14:23 every day.
Answer correct:
See explanation below.
(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"