Answers for "linux check cron jobs"

3

linux check cronjob log

grep CRON /var/log/syslog
Posted by: Guest on August-04-2020
0

check active cron jobs linux

systemctl status cron
----------OR---------------
crontab -l
Posted by: Guest on September-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language