Question: What will be the output from typing this command to prove that your crontab entry ran successfully? $ sudo cat /var/log/syslog | grep | head
What will be the output from typing this command to prove that your crontab entry ran
successfully?
$ sudo cat /var/log/syslog | grep
Note: Edit in '/etc/crontab' file by creating this entry to run a script every minute from your user id after entering sudo nano /etc/crontab
# m h dom mon dow user command
* * * * * userid /home/userid/labscript
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
