Answers for "linux show cronjobs"

3

linux check cronjob log

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

list cronjobs linux

crontab -l
Posted by: Guest on August-03-2021
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