Answers for "crontab execute log"

1

where is the crontab log

grep CRON /var/log/syslog
Posted by: Guest on February-16-2021
0

cron logs

On a default installation the cron jobs get logged to

/var/log/syslog
You can see just cron jobs in that logfile by running

 grep CRON /var/log/syslog
Posted by: Guest on March-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language