With Crontab Jobs you can run your bash scripts regularly on the linux operating system.
In some cases you may want to check if your jobs are running correctly. Or you may need to figure out why the job failed..
To check if your Crontab Jobs are running correctly, go to the path below and use the script below.
1 | cd /var/log |
1 | tail -100f maillog |