Answers for "how to find cron logs in linux"

3

linux check cronjob log

grep CRON /var/log/syslog
Posted by: Guest on August-04-2020
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