Crobtab

Crontab is time-based job scheduler.

How to inspect the crontab execution record?

# Use either one command
$ journalctl -xe
$ systemctl status cron

Last updated