See if script has been run

I have a script in crontab.

Is there a way to tell if that script has been run?

Thanks.

you can look at /var/log/syslog to see the name of the script

Aug 15 08:30:01 lake CRON[78898]: (user) CMD ( /home/fixit/myscript)

2 Likes