Linux CLI - Cron and Scheduling
What will be the output of this command if the cron log contains these lines:
Command:
Jun 10 10:00:01 server CRON[1234]: (root) CMD (backup.sh) Jun 10 10:05:01 server CRON[1235]: (root) CMD (cleanup.sh) Jun 10 10:10:01 server CRON[1236]: (root) CMD (backup.sh)
Command:
grep backup.sh /var/log/cron